1
0
forked from VimPlug/jedi

some tests survive the new interpreter module already

This commit is contained in:
Dave Halter
2014-01-22 15:17:50 +01:00
parent 9e063b1248
commit 7c105d27e0
5 changed files with 82 additions and 25 deletions

View File

@@ -580,7 +580,7 @@ class Interpreter(Script):
self.namespaces = namespaces
# Here we add the namespaces to the current parser.
interpreter.create(namespaces[0], self._parser.module())
interpreter.create(self._evaluator, namespaces[0], self._parser.module())
def _simple_complete(self, path, like):
user_stmt = self._parser.user_stmt(True)