"from .module import foo" style imports not supported

Bug #676784 reported by Michael Hudson-Doyle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pydoctor
New
Undecided
Unassigned

Bug Description

Running "pydoctor foo" on the following structure gives "foo.quux:0 invalid ref to baz" and does not link "baz" in the generated HTML page for "foo.quux".

foo/__init__.py
1:# blank

foo/bar/__init__.py
1:from .other import baz

foo/bar/other.py
1:def baz():
2: pass

foo/quux.py
1:"L{baz}"
2:from .bar import baz

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.