From 368bb943b548e9b3f338b4a73379608221388bf8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 6 May 2015 16:26:57 +0200 Subject: Remove app-specific code from prolog.engine --- monkey/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'monkey/test.py') 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 -- cgit v1.2.1