summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-08-01 12:51:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-08-01 13:37:46 +0000
commit2bf9843afba2d4f2a81bb136ec693f7b52803639 (patch)
treedf84ebdfcb8213ac72eaeb6c088100474d559408 /morphlib/__init__.py
parent1eecb98389433aecd53f4d1c8fb9a9c2bc008df5 (diff)
downloadmorph-2bf9843afba2d4f2a81bb136ec693f7b52803639.tar.gz
Move BuildCommand from app into its own module
morphlib.app should be for application bringup and providing command line options used by the library code. Any external plugins that refer to morphlib.app.BuildCommand will need fixing.
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 60e289ea..f0d79910 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -29,6 +29,7 @@ import artifact
import artifactcachereference
import artifactresolver
import bins
+import buildcommand
import buildenvironment
import buildorder
import buildsystem