Added AMP support to the Replaceable Networking effort. Can now replace the AMP protocols. Also cleaned up some imports.

This commit is contained in:
Andrew Bastien 2020-04-12 17:01:43 -07:00
parent 0639d43ddc
commit d7623cd8a5
5 changed files with 24 additions and 33 deletions

View file

@ -7,7 +7,8 @@ import time
from collections import deque, namedtuple
from twisted.internet import reactor
from django.conf import settings
from evennia.server.sessionhandler import SessionHandler, PCONN, PDISCONN, PCONNSYNC, PDISCONNALL
from evennia.server.sessionhandler import SessionHandler
from evennia.server.portal.amp import PCONN, PDISCONN, PCONNSYNC, PDISCONNALL
from evennia.utils.logger import log_trace
from evennia.utils.utils import class_from_module