summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-12 13:00:40 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-12 14:12:08 +0000
commit718a928de8e2e8e0744879c991d63cedf8c92aba (patch)
tree2edc4d23f821bf6edba5bbfbfa9e5c595df0c583 /morphlib/__init__.py
parent0f65b345e17804bd0531259fd24fc942d707a464 (diff)
downloadmorph-718a928de8e2e8e0744879c991d63cedf8c92aba.tar.gz
Add MorphologyLoader and use it in the Builder class.
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 5d8568b4..9787846e 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -26,6 +26,7 @@ import cachedir
import execute
import git
import morphology
+import morphologyloader
import stopwatch
import tempdir
import tester