Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper.

This commit is contained in:
Griatch 2015-02-23 15:06:16 +01:00
parent 1a3e0481c7
commit 68d294d007
16 changed files with 642 additions and 673 deletions

View file

@ -666,7 +666,7 @@ class CmdServerLoad(MuxCommand):
if not _resource:
import resource as _resource
if not _idmapper:
from evennia.utils.idmapper import base as _idmapper
from evennia.utils.idmapper import models as _idmapper
import resource
loadavg = os.getloadavg()