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

@@ -217,7 +217,7 @@ def _level_to_base_import_path(project_path, directory, level):
level_import_paths.insert(0, dir_name)
d = os.path.dirname(d)
else:
return None, d
return None, directory
class Importer(object):