protocols need to import stuff from main module (maybe separate this further)

rate
Simon 4 years ago
parent 119eacab00
commit 659f9d3053
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -42,6 +42,7 @@ from twisted.protocols.basic import NetstringReceiver
from twisted.internet import reactor, task from twisted.internet import reactor, task
# Other files we pull from -- this is mostly for readability and segmentation # 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.Utilities.log as log
import FreeDMR.Config.config as config import FreeDMR.Config.config as config
from FreeDMR.Const.const import * from FreeDMR.Const.const import *

@ -42,6 +42,7 @@ from twisted.protocols.basic import NetstringReceiver
from twisted.internet import reactor, task from twisted.internet import reactor, task
# Other files we pull from -- this is mostly for readability and segmentation # 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.Utilities.log as log
import FreeDMR.Config.config as config import FreeDMR.Config.config as config
from FreeDMR.Const.const import * from FreeDMR.Const.const import *

Loading…
Cancel
Save

Powered by TurnKey Linux.