summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-07 16:55:42 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-14 16:32:29 +0000
commitd3c10c7fe1b52a970984ed6b72fc8178eebac7f3 (patch)
tree7c59b731884db00683efd647b33b012ee5a47418 /morphlib/__init__.py
parentbac6fbfa164af018907796b9b1846a6066427daa (diff)
downloadmorph-d3c10c7fe1b52a970984ed6b72fc8178eebac7f3.tar.gz
Add a MorphologySet class, for changing many morphologies
Various parts of Morph need to change a set of morphologies at once, particularly for petrification and unpetrification. This is easiest done by loading all the morphologies into memory at once, and changing them there, then saving again.
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 b9b9924b..bcdd733b 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -67,6 +67,7 @@ import morph2
import morphologyfactory
import morph3
import morphloader
+import morphset
import remoteartifactcache
import remoterepocache
import repoaliasresolver