diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-03-30 10:42:16 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-03-30 10:43:33 +0200 |
commit | 7f46f9341cc54bbe6763409c4ca7ea3adfec098a (patch) | |
tree | 55b39e14fc8693bb7211d5c28298596676738258 /astroid/inference.py | |
parent | 75b6c1a333baffa70e29a42d43650aa7bc331b4d (diff) | |
download | astroid-git-7f46f9341cc54bbe6763409c4ca7ea3adfec098a.tar.gz |
Module.__path__ is now a list
It used to be a string containing the path, but it doesn't reflect the situation
on Python, where it is actually a list.
Also fix a bug with namespace package's __path__ attribute, which wasn't using the
module's __path__, but its file attribute, which is None for namespace packages.
Close #528
Diffstat (limited to 'astroid/inference.py')
0 files changed, 0 insertions, 0 deletions