summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-23 15:16:07 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-10 12:31:03 +0000
commit2a9c29502a76a54aba3cc92c6e617abbe41ba1ee (patch)
tree3232e99d32eb4a7263b84171f4cc18575aa3fa24 /morphlib/__init__.py
parent8f47d014bd8946acc67e6fd291a91028ba6c6a08 (diff)
downloadmorph-2a9c29502a76a54aba3cc92c6e617abbe41ba1ee.tar.gz
Move create_source_pool code into new 'sourceresolver' module
This code is an essential part of 'morph build'. It's quite complex and really shouldn't be mixed in with the base Application class. Given a dedicated class we can store some state in the object and avoid functions with seven parameters, too.
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 f98c11aa..8319430c 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -79,6 +79,7 @@ import repoaliasresolver
import savefile
import source
import sourcepool
+import sourceresolver
import stagingarea
import stopwatch
import sysbranchdir