summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-08 15:42:03 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-14 13:24:50 +0000
commita8bb16bf3a9a7f5b99c5a02136e6e970d373468b (patch)
tree895a7f14cc4c6ff870cc8d5f628fa0a0266a3f65 /morphlib/__init__.py
parent70f7ab6be68eef9a1f460c9a9918c0e4dd59efc5 (diff)
downloadmorph-a8bb16bf3a9a7f5b99c5a02136e6e970d373468b.tar.gz
Instead of leaving morph3 with a potentially confusing name, rename it to `morphology` since it is now the only implementation of the Morphology class.
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index a31cf04c..f98c11aa 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -70,7 +70,7 @@ import localrepocache
import mountableimage
import morphologyfactory
import morphologyfinder
-import morph3
+import morphology
import morphloader
import morphset
import remoteartifactcache