summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-09 17:03:04 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-09 17:14:56 +0000
commitd441caf6b9620dbe10eb51d31d6d6055c9161ae0 (patch)
treedf2e78c151ee0404fa467e6755bbe78517cd65e6 /morphlib/__init__.py
parentc90af8cff7819d40d0fdd14f1ea9c162f7d5d7d2 (diff)
downloadmorph-d441caf6b9620dbe10eb51d31d6d6055c9161ae0.tar.gz
add a "morph test" command
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index c4a1992d..5d8568b4 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -28,4 +28,5 @@ import git
import morphology
import stopwatch
import tempdir
+import tester
import util