From e2a99f9bb762e61053cd3ee788390d0b2bb5e72d Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 17 Dec 2012 14:51:19 +0000 Subject: 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. --- morphlib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/__init__.py') 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 -- cgit v1.2.1