Fix Issue 118.

This commit is contained in:
Ari Mudev 2010-11-10 22:44:48 +00:00
parent 8aa22fbec8
commit 09bf394284

View file

@ -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):
""" """