Open blais opened 8 years ago
Original report by tompaton (Bitbucket: tompaton, GitHub: tompaton).
given a.py that includes:
a.py
from . import b
sfood-imports correctly picks up this import:
sfood-imports
$ sfood-imports a.py a.py:1: .b
but sfood doesn't seem to import it and outputs a warning:
sfood
WARNING : Line 1: Could not import module ''
Original report by tompaton (Bitbucket: tompaton, GitHub: tompaton).
given
a.py
that includes:sfood-imports
correctly picks up this import:but
sfood
doesn't seem to import it and outputs a warning: