diff --git a/FreeDMR/Protocol/HomeBrewProtocol.py b/FreeDMR/Protocol/HomeBrewProtocol.py index d3ca69c..158bb79 100644 --- a/FreeDMR/Protocol/HomeBrewProtocol.py +++ b/FreeDMR/Protocol/HomeBrewProtocol.py @@ -42,7 +42,6 @@ from twisted.protocols.basic import NetstringReceiver from twisted.internet import reactor, task # Other files we pull from -- this is mostly for readability and segmentation -from FreeDMR.freedmr import systems, freedmr_handler, reportFactory, REPORT_OPCODES, mk_aliases, acl_check import FreeDMR.Utilities.log as log import FreeDMR.Config.config as config from FreeDMR.Const.const import * diff --git a/FreeDMR/Protocol/OpenBridge.py b/FreeDMR/Protocol/OpenBridge.py index 5269e18..b4b7cf4 100644 --- a/FreeDMR/Protocol/OpenBridge.py +++ b/FreeDMR/Protocol/OpenBridge.py @@ -42,7 +42,6 @@ from twisted.protocols.basic import NetstringReceiver from twisted.internet import reactor, task # Other files we pull from -- this is mostly for readability and segmentation -from FreeDMR.freedmr import systems, freedmr_handler, reportFactory, REPORT_OPCODES, mk_aliases, acl_check import FreeDMR.Utilities.log as log import FreeDMR.Config.config as config from FreeDMR.Const.const import *