1
0
forked from VimPlug/jedi

minor bug/testing fixes for #122

This commit is contained in:
David Halter
2013-08-14 00:26:06 +04:30
parent f5f1fcb8c3
commit 34f05cdad5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ class ImportPath(pr.Base):
rel_path = self.get_relative_path()
with common.ignored(ImportError):
current_namespace = follow_str(rel_path, '__init__')
else:
elif current_namespace[2]: # is a package
for n in self._namespace_packages(current_namespace[1],
self.import_path[:i]):
try: