summaryrefslogtreecommitdiffstats
path: root/modules/cabal.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-15 18:46:14 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-15 18:46:14 -0500
commite83ebfc853ede37a02c3bf6f09d2786bbef7080d (patch)
tree8d2da28ad7e8e0e5584fca61a68c87c26db7440a /modules/cabal.py
parent7ff1ef7ad4fe00770db6fde54bb1c3c8066bc4bf (diff)
downloadfedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.tar.gz
fedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.tar.xz
fedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.zip
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
Diffstat (limited to 'modules/cabal.py')
-rw-r--r--modules/cabal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cabal.py b/modules/cabal.py
index 59c8d48..842aaf7 100644
--- a/modules/cabal.py
+++ b/modules/cabal.py
@@ -27,12 +27,12 @@ from subprocess import Popen
from urllib import urlopen, urlretrieve
from base.base import log
-from base.module import Module
from base.exceptions import ExecutionException
+from base.dirfactory import DirFactory
+from base.module import Module
from base.util import pwd, one, log_file
from base.vars import orig_src_dir, haskell_compiler
-from modules.dirfactory import DirFactory
from modules.sourceball import SourceBall
class Cabal(Module):