summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-17 14:51:19 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-02-21 15:06:18 +0000
commite2a99f9bb762e61053cd3ee788390d0b2bb5e72d (patch)
tree46193c449ad4bebad5af200e8d82882f2b7d0d6a /morphlib/__init__.py
parentcd50ad396208af9bb5fe65945c0771673645ecca (diff)
downloadmorph-e2a99f9bb762e61053cd3ee788390d0b2bb5e72d.tar.gz
Move MountableImage class into morphlib
This class would be pretty useful in other cases where a system image needs to be mounted and inspected. Also updates the Trebuchet plugin to use this class.
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 271fa977..3cf60171 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -57,6 +57,7 @@ import fsutils
import git
import localartifactcache
import localrepocache
+import mountableimage
import morph2
import morphologyfactory
import remoteartifactcache