summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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