summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-12 14:46:59 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-12 14:48:15 +0100
commitd654f361e97c78bca2e8a2204451f8612e280985 (patch)
tree983c5e24afea80962f207dfa00a625037ec035d0 /morphlib/__init__.py
parentf0753bb71d4be104bcedcd8899e368948df7ae1a (diff)
downloadmorph-d654f361e97c78bca2e8a2204451f8612e280985.tar.gz
Add the new DependencyResolver class.
This class takes a SourcePool and resolves the dependencies and dependents of all sources in this pool. It also performs basic (possibly incorrect) cycle detection.
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 e6040af1..ab21e4c0 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -28,6 +28,7 @@ import buildworker
import builder
import cachedir
import cachedrepo
+import dependencyresolver
import execute
import fsutils
import git