summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-30 17:18:56 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-08-18 13:22:01 +0000
commit12cb150d6b66ee6b23c81c36ad34a35e9c9cbdd5 (patch)
treefb4348357d3e96334a59389de1751b06de855dd4 /morphlib/__init__.py
parentc34838b5d7c613b6be24480de6104ee1270404f3 (diff)
downloadmorph-12cb150d6b66ee6b23c81c36ad34a35e9c9cbdd5.tar.gz
Move definitions VERSION parsing code into its own definitions_version module
I need to use this outside of the 'sourceresolver' module. Also, the 'sourceresolver' module is too big. Change-Id: I523bcc9555193b7369768441b72f1059e6adde5c
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 551e04cb..81540a31 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -61,6 +61,7 @@ import cachedrepo
import cachekeycomputer
import cmdline_parse_utils
import definitions_repo
+import definitions_version
import extensions
import extractedtarball
import fsutils