path for import modules
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 17 Sep 2009 10:41:35 +0000 (10:41 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 17 Sep 2009 10:41:35 +0000 (10:41 +0000)
sfatables/commands/List.py

index fe44432..a3cf713 100644 (file)
@@ -2,8 +2,8 @@ import os, time
 import libxml2
 import pdb
 
-from globals import *
-from pretty import Pretty
+from sfatables.globals import *
+from sfatables.pretty import Pretty
 from sfatables.command import Command
 
 class List(Command):