Skip to content

Commit

Permalink
Merge pull request #66 from remakeelectric/async-missing-import
Browse files Browse the repository at this point in the history
async: missing slaves: add missing imports
  • Loading branch information
bashwork committed Feb 18, 2015
2 parents 85d995c + 14b2a84 commit 5e57d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymodbus/server/async.py
Expand Up @@ -3,6 +3,7 @@
------------------------------------------
'''
import traceback
from binascii import b2a_hex
from twisted.internet import protocol
from twisted.internet.protocol import ServerFactory
Expand All @@ -13,6 +14,7 @@
from pymodbus.device import ModbusControlBlock
from pymodbus.device import ModbusAccessControl
from pymodbus.device import ModbusDeviceIdentification
from pymodbus.exceptions import NoSuchSlaveException
from pymodbus.transaction import ModbusSocketFramer, ModbusAsciiFramer
from pymodbus.pdu import ModbusExceptions as merror
from pymodbus.internal.ptwisted import InstallManagementConsole
Expand Down

0 comments on commit 5e57d00

Please sign in to comment.