1
0
forked from VimPlug/jedi

One more relative import fix

This commit is contained in:
Dave Halter
2019-03-08 16:01:56 +01:00
parent 1914d10836
commit 5743f54d69
3 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ class Project(object):
"""
def py2_comp(path, environment=None, sys_path=None,
smart_sys_path=True, _django=False):
self._path = path
self._path = os.path.abspath(path)
if isinstance(environment, SameEnvironment):
self._environment = environment