From 001739a6a93cceeb29f81ea2281ade0bef1a8645 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 4 Feb 2015 18:47:07 +0100 Subject: Move monkey.prolog to root module --- monkey/monkey.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'monkey/monkey.py') diff --git a/monkey/monkey.py b/monkey/monkey.py index 47bca5c..962f25d 100755 --- a/monkey/monkey.py +++ b/monkey/monkey.py @@ -4,9 +4,9 @@ import math import time from .edits import classify_edits -from .prolog.engine import test -from .prolog.util import compose, decompose, map_vars, rename_vars, stringify -from .util import PQueue, Token +from prolog.engine import test +from prolog.util import Token, compose, decompose, map_vars, rename_vars, stringify +from .util import PQueue # Starting from [code], find a sequence of [edits] that transforms it into a # correct predicate for [name]. Append [aux_code] when testing (available facts -- cgit v1.2.1