From 5f705f1e2c95b988ae39df7820f4034c49f375e4 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 8 Aug 2014 15:42:03 +0000 Subject: Rename morph3 to morphology Instead of leaving morph3 with a potentially confusing name, rename it to `morphology` since it is now the only implementation of the Morphology class. --- morphlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/__init__.py') 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 -- cgit v1.2.1