From 4f5bcd48ba02a2913a7f45edb0ada7a0e73c01ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Feb 2012 16:00:51 +0000 Subject: 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. --- morphlib/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'morphlib/__init__.py') 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 -- cgit v1.2.1