third_party.pylibs.pylint.src/pylint/checkers
Roy Williams dcebae55d3 Only check system modules during imports.
Without this change there could be a false-positive with the following code:

```python
import six.moves.configparser
configparser.ConfigParser()
```
2016-12-06 09:28:49 +02:00
..
__init__.py
async.py
base.py
classes.py
design_analysis.py
exceptions.py
format.py
imports.py
logging.py
misc.py
newstyle.py
python3.py Only check system modules during imports. 2016-12-06 09:28:49 +02:00
raw_metrics.py
refactoring.py
similar.py
spelling.py
stdlib.py
strings.py
typecheck.py
utils.py
variables.py