summaryrefslogtreecommitdiff
path: root/monkey/test.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-05-06 16:26:57 +0200
committerAleš Smodiš <aless@guru.si>2015-08-11 14:26:03 +0200
commit368bb943b548e9b3f338b4a73379608221388bf8 (patch)
treec103e887b525a4bbeef25b3f3cf28554b6768902 /monkey/test.py
parentdaf19282ec7783346104ca65b01e4e5f1e2c7128 (diff)
Remove app-specific code from prolog.engine
Diffstat (limited to 'monkey/test.py')
-rwxr-xr-xmonkey/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/monkey/test.py b/monkey/test.py
index 1909f8d..6887a2c 100755
--- a/monkey/test.py
+++ b/monkey/test.py
@@ -9,8 +9,7 @@ from termcolor import colored
from .edits import classify_edits, trace_graph
from .graph import graphviz
-from .monkey import fix, fix_hints
-from prolog.engine import test
+from .monkey import fix, fix_hints, test
from prolog.util import annotate, compose, stringify
from .util import indent