summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-22 08:24:04 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-27 11:47:05 +0000
commitf5b7dcbad2f3e3e2483085352acdec47f43a12de (patch)
tree9c15419da1ed31d827f602e0a48359fa52b8f536 /morphlib/__init__.py
parentf6745f6d35daf8d4d465203f380798195fe74c61 (diff)
downloadmorph-f5b7dcbad2f3e3e2483085352acdec47f43a12de.tar.gz
This should be installed as a chunk, but for now drop it into the morph source tree.
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