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/edits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey/edits.py') diff --git a/monkey/edits.py b/monkey/edits.py index 3e0ae08..a614e4e 100644 --- a/monkey/edits.py +++ b/monkey/edits.py @@ -4,7 +4,7 @@ import collections from .action import expand, parse from .graph import Node -from .prolog.util import rename_vars, stringify, tokenize +from prolog.util import rename_vars, stringify, tokenize from .util import get_line # A line edit is a contiguous sequences of actions within a single line. This -- cgit v1.2.1