1
0
forked from VimPlug/jedi

A first array test passing.

This commit is contained in:
Dave Halter
2014-10-21 11:58:53 +02:00
parent fb2ef5a7a0
commit 8f3b7f9d44
4 changed files with 20 additions and 20 deletions

View File

@@ -58,7 +58,6 @@ class Parser(object):
# and only if the refactor method's write parameter was True.
logger = logging.getLogger("RefactoringTool")
d = Driver(pytree.python_grammar, convert=self.convert, logger=logger)
print(repr(source))
self.module = d.parse_string(source).get_parent_until()
self.module.set_global_names(self.global_names)