summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-11 11:04:07 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-11 11:04:07 +0100
commit0cd63db79a1a2fbbe3068047a09178413a387d26 (patch)
tree965577f885526db7ffa4f994ee933aeac94175da /morphlib/__init__.py
parent3eb2264da672a9e11bf0836b1c7862cb75e782b8 (diff)
downloadmorph-0cd63db79a1a2fbbe3068047a09178413a387d26.tar.gz
Add a preliminary sample plugin
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 56917402..baf4c253 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -52,3 +52,5 @@ import stopwatch
import tempdir
import util
+import app # this needs to be last
+