summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-02 17:52:19 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-02 17:52:19 +0100
commitc70d96187f13d63a06f36ec96be2a6033e507e41 (patch)
tree2649aa6f238b56cf54ff59c9044dfbaf7e4f9edf /morphlib/__init__.py
parentb09c148764c77e7d878976961fd3549356d24c42 (diff)
downloadmorph-c70d96187f13d63a06f36ec96be2a6033e507e41.tar.gz
Remove now-unnecessary modules from __init__.py
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 121c9431..de1b9f85 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -28,14 +28,11 @@ class Error(cliapp.AppException):
import artifact
import artifactresolver
import bins
-import blobs
import buildcontroller
-import builddependencygraph
import buildenvironment
import buildorder
import buildsystem
import buildworker
-import builder
import builder2
import cachedir
import cachedrepo
@@ -46,14 +43,11 @@ import git
import localartifactcache
import localrepocache
import morph2
-import morphology
import morphologyfactory
-import morphologyloader
import remoteartifactcache
import remoterepocache
import savefile
import source
-import sourcemanager
import sourcepool
import stagingarea
import stopwatch