Starting to clean up and debug the server-side infrastructure
This commit is contained in:
parent
e4d50ff74e
commit
96ace8c75f
9 changed files with 135 additions and 131 deletions
|
|
@ -60,7 +60,7 @@ create_help_entry = None
|
|||
# utilities
|
||||
settings = None
|
||||
lockfuncs = None
|
||||
oobhandler = None
|
||||
inputhandler = None
|
||||
logger = None
|
||||
gametime = None
|
||||
ansi = None
|
||||
|
|
@ -167,7 +167,7 @@ def _init():
|
|||
|
||||
# handlers
|
||||
from .scripts.tickerhandler import TICKER_HANDLER
|
||||
from .server.oobhandler import OOB_HANDLER
|
||||
from .server.inputhandler import INPUT_HANDLER
|
||||
from .server.sessionhandler import SESSION_HANDLER
|
||||
from .comms.channelhandler import CHANNEL_HANDLER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue