summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-12 14:50:00 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-12 18:16:20 +0100
commitdcf5f8f3b3bb9a82a2fad8889494d72674a0ce3a (patch)
tree16f21ae8da689a8231a4152ee9cd509be85d8428 /morphlib/__init__.py
parent0bab57fbbaad5a70e5b7d9e62c31d4e38dc31a30 (diff)
downloadmorph-dcf5f8f3b3bb9a82a2fad8889494d72674a0ce3a.tar.gz
Add the new ArtifactResolver class.
This class takes a CacheKeyComputer and a SourcePool, analyses the sources and their dependencies and creates a list of artifacts (represented by Artifact objects) that would be created when building sources in the pool.
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 adb0fa1e..0b8ef408 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -18,6 +18,7 @@
import artifact
+import artifactresolver
import bins
import blobs
import buildcontroller