From cf277bb46de09662e3c969ec109a47f8e0fbb2c1 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Thu, 17 Sep 2009 10:41:35 +0000 Subject: [PATCH] path for import modules --- sfatables/commands/List.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.43.0