Comment 0 for bug 746565

Revision history for this message
Michael Terry (mterry) wrote :

Submodules of a program may use relative imports. These should not be treated as dependency-generating imports that cause either printed errors if they're not defined or bogus dependencies.

So when scanning, we should ignore explicitly defined relative 'from' imports (they look like "from . sibling import foo" or "from .. uncle import bar").

Branch coming.