Skip to content

Commit 32eaebb

Browse files
committed
Fix legacy examples.
1 parent 8eacfa3 commit 32eaebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/legacy/instanceGroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import asyncio
22
import aiohttp
3-
from Pyblox.pyblox3 import Groups_v1
3+
from pyblox3 import Groups_v1
44

55
# Instance your group as a variable
66
base_group = Groups_v1(groupid="GROUPID")

examples/legacy/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright © 2019- Sanjay-B(Sanjay Bhadra). All rights reserved.
77
#
88

9-
from pyblox import *
9+
from pyblox3 import *
1010
import asyncio
1111

1212

0 commit comments

Comments
 (0)