summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 16:00:51 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 16:00:51 +0000
commit4f5bcd48ba02a2913a7f45edb0ada7a0e73c01ba (patch)
tree369d06f509c12f3b8a00a632d34cc4c19cc9580d /morphlib/__init__.py
parent42a9f54d191940dd1a155e91363fb5041ca63c05 (diff)
downloadmorph-4f5bcd48ba02a2913a7f45edb0ada7a0e73c01ba.tar.gz
Remove the system testing subcommands and related code
This we a proof-of-concept, and we want to explore various options of how to do this, so let's not keep the code in morph. The code also has no tests, so it is already likely to have bit-rotted. If we decide we want to, we can always resurrect it from git history.
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 7c2f66bb..db1a8dfd 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -35,6 +35,5 @@ import savefile
import sourcemanager
import stopwatch
import tempdir
-import tester
import util