PyCQA / redbaron

Bottom-up approach to refactoring in python
http://redbaron.pycqa.org/
694 stars 74 forks source link

FromImportNode full_path_modules doesn't handle relative imports #141

Open gatesn opened 7 years ago

gatesn commented 7 years ago

e.g.

from . import foo => ..foo from .bar import foo => .bar.foo