mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-26 21:49:19 +08:00
fixed import -- next time run tests before releasing a new version :-)
This commit is contained in:
parent
fc53f8ab67
commit
208522c638
|
|
@ -18,12 +18,12 @@ from bacpypes.consolelogging import ArgumentParser
|
|||
from bacpypes.comm import Client, bind
|
||||
from bacpypes.core import run
|
||||
|
||||
from pdu import ExceptionResponse, \
|
||||
from .pdu import ExceptionResponse, \
|
||||
ReadCoilsRequest, ReadCoilsResponse, \
|
||||
ReadDiscreteInputsRequest, ReadDiscreteInputsResponse, \
|
||||
ReadMultipleRegistersRequest, ReadMultipleRegistersResponse, \
|
||||
ModbusStruct
|
||||
from app import ModbusClient, ModbusException
|
||||
from .app import ModbusClient, ModbusException
|
||||
|
||||
# some debugging
|
||||
_debug = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user