Skip to content

Commit 1c585fb

Browse files
author
James Boulton
committed
fxn
1 parent 3152fbf commit 1c585fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Examples/ex07_EG800Q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Under Active Development - INCOMPLETE!"""
22

3-
# import dashio
3+
import dashio
44
from dashio import quectel_EG800Q
55
import time
66
import logging

dashio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
from .schedular import Schedular
7676
from .tcp_connection import TCPConnection
7777
from .zmq_connection import ZMQConnection
78-
from . import quectel_EG800Q
78+
from .quectel_EG800Q import EG800Q
7979

8080
__all__ = [
8181
'Device',
@@ -84,6 +84,7 @@
8484
'ZMQConnection',
8585
'DashConnection',
8686
'Lte767xConnection',
87+
'EG800Q',
8788
'ConnectionState',
8889
'DashIOCommsModuleConnection',
8990
'Schedular',
@@ -146,7 +147,6 @@
146147
'EventData',
147148
'EventLog',
148149
'ColorPicker',
149-
'quectel_EG800Q'
150150
]
151151

152152

0 commit comments

Comments
 (0)