Some changes because parso has changed.

This commit is contained in:
Dave Halter
2017-05-22 15:42:42 -04:00
parent 91e753e07a
commit b90589b62e
9 changed files with 21 additions and 26 deletions

View File

@@ -105,8 +105,7 @@ class MixedObjectFilter(compiled.CompiledObjectFilter):
@memoize_default(evaluator_is_first_arg=True)
def _load_module(evaluator, path, python_object):
module = parse(
grammar=evaluator.grammar,
module = evaluator.grammar.parse(
path=path,
cache=True,
diff_cache=True,