Fix Issue 118.
This commit is contained in:
parent
8aa22fbec8
commit
09bf394284
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from django.conf import settings
|
||||||
from src.permissions.permissions import has_perm, has_perm_string
|
from src.permissions.permissions import has_perm, has_perm_string
|
||||||
from src.objects.models import ObjectDB, ObjAttribute
|
from src.objects.models import ObjectDB, ObjAttribute
|
||||||
from game.gamesrc.commands.default.muxcommand import MuxCommand
|
from game.gamesrc.commands.default.muxcommand import MuxCommand
|
||||||
from src.utils import create, utils
|
from src.utils import create, utils, debug
|
||||||
|
|
||||||
class ObjManipCommand(MuxCommand):
|
class ObjManipCommand(MuxCommand):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue