summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-20 10:55:06 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-20 11:25:04 +0000
commit6c0480df1342903b7606019bfc4a4cf4fdb7603a (patch)
treeaaf6d088fdfecd0243ce8c0cfff560bc354d5637 /morphlib/__init__.py
parent70bc2867a74eecefd6b6d5c549d54f4637132b3e (diff)
downloadmorph-6c0480df1342903b7606019bfc4a4cf4fdb7603a.tar.gz
morph: integrate MorphologyFactory
Traversing morphologies is a little simpler now, the callback for visit is enough to create a source pool This still needs repository caches to be able to list_files() before deducing a morphology will work.
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 942ef741..d110296d 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -39,6 +39,7 @@ import localartifactcache
import localrepocache
import morph2
import morphology
+import morphologyfactory
import morphologyloader
import remoteartifactcache
import remoterepocache