From 8991d4ecac248f0af49c5b51b6228476d821ddff Mon Sep 17 00:00:00 2001 From: Michael King Date: Mon, 11 Jun 2007 14:57:02 +0000 Subject: [PATCH] Merged in working changes to alias. Needs better error messages, but it's in there. --- commands/objmanip.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/objmanip.py b/commands/objmanip.py index 757ef164f..b0fcc4682 100644 --- a/commands/objmanip.py +++ b/commands/objmanip.py @@ -1,6 +1,8 @@ import ansi import session_mgr import functions_db +# For aliases +from apps.objects.models import Attribute def cmd_teleport(cdat):