summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-12 19:27:31 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-16 17:23:57 +0100
commit817ceb17ab2e10aad32a2eeddcd95b2c973ef355 (patch)
treec166920bd5bd17c213ac868d685786c3d109e56a /morphlib/__init__.py
parent3134161c06799887ca4a582d778485032d8975ac (diff)
downloadmorph-817ceb17ab2e10aad32a2eeddcd95b2c973ef355.tar.gz
Add new BuildOrder class with tests.
This class implements the build order part of the old BuildGraph. It takes a list of artifacts with dependencies, creates independent build groups for these artifacts and provides an iterable interface to traverse these groups and their artifacts.
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 b66fa819..859c0699 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -25,6 +25,7 @@ import buildcontroller
import builddependencygraph
import buildgraph
import buildenvironment
+import buildorder
import buildsystem
import buildworker
import builder