summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-30 14:08:14 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-30 14:08:14 +0100
commit907ced8460dee3763c5890a69f9d5e126621041e (patch)
tree36dbf0b491c9cc0eefaee1206da5ca4d74093868 /morphlib/__init__.py
parent9af42688ebc6591067ec09434671bba1e9d6aaf9 (diff)
downloadmorph-907ced8460dee3763c5890a69f9d5e126621041e.tar.gz
STart a build system abstraction with autodetection
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 05f4022b..7d4f1293 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -21,6 +21,7 @@ import bins
import blobs
import buildcontroller
import builddependencygraph
+import buildsystem
import buildworker
import builder
import cachedir