Starting to clean up and debug the server-side infrastructure

This commit is contained in:
Griatch 2016-02-10 18:41:36 +01:00
parent e4d50ff74e
commit 96ace8c75f
9 changed files with 135 additions and 131 deletions

View file

@ -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