1
0
forked from VimPlug/jedi

remove a strange imports.py code line

This commit is contained in:
David Halter
2013-10-11 23:21:13 +04:30
parent f8f2194db3
commit fb5b39a7bd

View File

@@ -351,7 +351,6 @@ class ImportPath(pr.Base):
else:
raise ModuleNotFound('The module you searched has not been found')
sys_path.pop(0) # TODO why is this here?
path = current_namespace[1]
is_package_directory = current_namespace[2]