MSDP basic testing for ECHO and SEND done.

This commit is contained in:
Griatch 2015-02-13 23:34:02 +01:00
parent 07dd81851e
commit d5a7908a43
6 changed files with 38 additions and 22 deletions

View file

@ -2,7 +2,7 @@
Sessionhandler for portal sessions
"""
import time
from evennia.server.sessionhandler import SessionHandler, PCONN, PDISCONN, PSYNC, PCONNSYNC
from evennia.server.sessionhandler import SessionHandler, PCONN, PDISCONN, PCONNSYNC
_MOD_IMPORT = None