robgom
Results
2
comments of
robgom
1. Commenting out the following: ``` # if self.absolute_import_activated() and level is None: # return modname ``` from scoped_nodes.py (relative_to_absolute_name) seem to work around the issue (hack).
2. Even if the import succeeds, it returns incorrect module (I have chosen different import to demonstrate): ``` from __future__ import absolute_import import astroid from pylint.pyreverse.utils import ASTWalker script =...