summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-10 16:03:44 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-11 13:42:57 +0100
commit5cdd2996ef74c7792d4ad85db985886228e00cbf (patch)
treee4eb29e07fc0bf9c124cbfc0631bb5b65350fc34 /morphlib/__init__.py
parent68a907d04932330efeebc0b30b349e54b4b644ca (diff)
downloadmorph-5cdd2996ef74c7792d4ad85db985886228e00cbf.tar.gz
Add the new BuildGraph class including tests.
This class takes a source pool and computes a valid build order for the sources in this pool, if possible.
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 c588e191..6b0e955b 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -21,6 +21,7 @@ import bins
import blobs
import buildcontroller
import builddependencygraph
+import buildgraph
import buildsystem
import buildworker
import builder