1
0
forked from VimPlug/jedi

Rewrite the next function.

This commit is contained in:
Dave Halter
2016-12-03 02:54:09 +01:00
parent da1a163da7
commit 7607db801f
4 changed files with 22 additions and 12 deletions

View File

@@ -93,6 +93,7 @@ class Evaluator(object):
self.analysis = []
self.dynamic_params_depth = 0
self.is_analysis = False
self.python_version = sys.version_info[:2]
if sys_path is None:
sys_path = sys.path