From e83ebfc853ede37a02c3bf6f09d2786bbef7080d Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Thu, 15 Jan 2009 18:46:14 -0500 Subject: Random bugfixes makes it work gets rid of _type madness fixes imports fixes random function signatures inserts a bloody stupid easter egg hack floats on a wooden raft --- base/dirfactory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/dirfactory.py') diff --git a/base/dirfactory.py b/base/dirfactory.py index e099197..57d66db 100644 --- a/base/dirfactory.py +++ b/base/dirfactory.py @@ -22,8 +22,8 @@ from configobj import ConfigObj from os import getcwd from os.path import abspath, exists -from base.util import pwd, log -from base.exceptions import ExecutionException +from util import pwd, log +from exceptions import ExecutionException directory_type = dict() -- cgit