summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-02-21 18:58:56 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-31 21:33:22 +0000
commit8fb1dac02b0be1502fd7b19de981e2a81468ffe2 (patch)
treee2239babb6782d1ea869f43e18b6a59d59a3c326 /morphlib/__init__.py
parent20b4bf7dbf1b4950b82113f6ffdd2ef171cfc04e (diff)
downloadmorph-8fb1dac02b0be1502fd7b19de981e2a81468ffe2.tar.gz
Add utilities for listing and finding extensions.
Add a module to morphlib that can list all write and configuration extensions either in morph itself or the morphology repository. The module also contains methods to find an extension filename from the name and type.
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 f416ae0c..0c928fd3 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -59,6 +59,7 @@ import buildsystem
import builder2
import cachedrepo
import cachekeycomputer
+import extensions
import extractedtarball
import fsutils
import git