summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index d54340df..978e7394 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -90,4 +90,7 @@ import yamlparse
import writeexts
+# pylru shouldn't live here really
+import pylru
+
import app # this needs to be last