From 09bf3942844f4fed9a9f52f1a8efc95ae454cf06 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Wed, 10 Nov 2010 22:44:48 +0000 Subject: [PATCH] Fix Issue 118. --- game/gamesrc/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gamesrc/commands/default/building.py b/game/gamesrc/commands/default/building.py index aa6dfe5ae2..c7b5201d03 100644 --- a/game/gamesrc/commands/default/building.py +++ b/game/gamesrc/commands/default/building.py @@ -8,7 +8,7 @@ from django.conf import settings from src.permissions.permissions import has_perm, has_perm_string from src.objects.models import ObjectDB, ObjAttribute from game.gamesrc.commands.default.muxcommand import MuxCommand -from src.utils import create, utils +from src.utils import create, utils, debug class ObjManipCommand(MuxCommand): """