mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-19 21:30:44 +08:00
Python3 hocus pocus and bump the version number slightly
This commit is contained in:
parent
6e69b01475
commit
f9b352bb6a
|
@ -2,7 +2,7 @@
|
|||
|
||||
__author__ = 'Joel Bender'
|
||||
__email__ = 'joel@carrickbender.com'
|
||||
__version__ = '0.2'
|
||||
__version__ = '0.2.1'
|
||||
|
||||
import pdu
|
||||
import app
|
||||
from . import pdu
|
||||
from . import app
|
||||
|
|
|
@ -11,7 +11,7 @@ from bacpypes.debugging import class_debugging, ModuleLogger
|
|||
from bacpypes.comm import PDU, Client, Server, ServiceAccessPoint, bind
|
||||
from bacpypes.tcp import TCPClientDirector, TCPServerDirector, StreamToPacket
|
||||
|
||||
from pdu import MPDU, request_types, response_types, ExceptionResponse
|
||||
from .pdu import MPDU, request_types, response_types, ExceptionResponse
|
||||
|
||||
# some debugging
|
||||
_debug = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user