Moved much of @ic functionality into puppet_object.
This commit is contained in:
parent
27d2b1ac42
commit
e25d8569bb
3 changed files with 11 additions and 30 deletions
|
|
@ -12,7 +12,7 @@ from datetime import datetime
|
|||
from django.conf import settings
|
||||
#from evennia.scripts.models import ScriptDB
|
||||
from evennia.comms.models import ChannelDB
|
||||
from evennia.utils import logger, utils
|
||||
from evennia.utils import logger
|
||||
from evennia.utils.inlinefunc import parse_inlinefunc
|
||||
from evennia.utils.utils import make_iter
|
||||
from evennia.commands.cmdhandler import cmdhandler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue