1
0
forked from VimPlug/jedi

Progress when working with evaluators

This commit is contained in:
Dave Halter
2017-11-17 01:21:38 +01:00
parent 4136dcaf08
commit 73576b2a8b
5 changed files with 134 additions and 24 deletions

View File

@@ -7,8 +7,10 @@ from jedi.cache import memoize_method
class Project(object):
def __init__(self, sys_path=None):
self._script_path = None
if sys_path is not None:
self._sys_path = sys_path
self._base_sys_path = sys_path
venv = os.getenv('VIRTUAL_ENV')
if venv: