summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-23 16:10:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-23 16:10:28 +0000
commite775f9c908ee32fc1850cf19408e342a7dcfa823 (patch)
tree2e6e8438e04de7e25e7f2482fc5c7d874082596a /morphlib/__init__.py
parente875a0eca59336d429a89994109ef46619c4a1ca (diff)
downloadmorph-e775f9c908ee32fc1850cf19408e342a7dcfa823.tar.gz
morphlib: allow import morphlib to find fsutils
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 532c29a4..05f4022b 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -25,6 +25,7 @@ import buildworker
import builder
import cachedir
import execute
+import fsutils
import git
import morphology
import morphologyloader