Merge branch 'dev' of github.com:davidhalter/jedi into dev

This commit is contained in:
Dave Halter
2014-10-06 17:55:46 +02:00
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -190,6 +190,9 @@ class ImportWrapper(pr.Base):
analysis.add(self._evaluator, 'import-error', e.name_part)
return []
if module is None:
return []
if self.import_stmt.is_nested() and not self.nested_resolve:
scopes = [NestedImportModule(module, self.import_stmt)]
else: