summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-25 21:40:06 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-23 09:39:08 +0000
commit25b98cf567ba8faf1f717677cb1f9da2292c22dc (patch)
treedf02a05db32b19a5865bf50c5b7d798fb9defb47 /morphlib/__init__.py
parent18662acf24d1db465d9383559348d98749a33606 (diff)
downloadmorph-25b98cf567ba8faf1f717677cb1f9da2292c22dc.tar.gz
Move MorphologyFactory into SourceResolver
There's no need for this stuff to be in a separate class. This allows integrating it with the caching in the SourceResolver class.
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index a10ebe7b..d54340df 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -68,7 +68,6 @@ import gitindex
import localartifactcache
import localrepocache
import mountableimage
-import morphologyfactory
import morphologyfinder
import morphology
import morphloader