From: Anil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Date: Thu, 17 Sep 2009 10:41:35 +0000 (+0000)
Subject: path for import modules
X-Git-Tag: sfa-0.9-3~64
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cf277bb46de09662e3c969ec109a47f8e0fbb2c1;p=sfa.git

path for import modules
---

diff --git a/sfatables/commands/List.py b/sfatables/commands/List.py
index fe44432c..a3cf7135 100644
--- a/sfatables/commands/List.py
+++ b/sfatables/commands/List.py
@@ -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):