summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 8319430c..ef9f524d 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -91,4 +91,9 @@ import yamlparse
import writeexts
+import cache
+import definitions
+import repos
+import yapp
+
import app # this needs to be last