-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
assignee nobody
status confirmed
subscribe
done
Sync bug #477496
- --
Alessio Treglia
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
-BEGIN PGP SIGNATURE-
Version: Gnu
Public bug reported:
Binary package hint: pylint
Version 0.18.0 introduced a bug that prevents it from finding modules in
directories that are added to sys.path at runtime. For example, if I
have a subdirectory "foo" containing a module "bar.py", I may do this in
a script:
import os.path
import