PTU5KAS/kas
Claudius Heine 546b51f450 Fixed issues that occured with pylint 1.7.2
When updating the previously used version of pylint 1.6.5 to 1.7.2
some new issues where found.

This patch fixes these issues:

************* Module kas.config
E:402, 0: Bad option value 'redefined-variable-type' (bad-option-value)
************* Module kas.includehandler
E: 33, 0: No name 'version' in module 'distutils' (no-name-in-module)
E: 33, 0: Unable to import 'distutils.version' (import-error)
R:239,12: Unnecessary "else" after "return" (no-else-return)
************* Module kas.libkas
C:214, 7: Do not use `len(SEQUENCE)` as condition value
(len-as-condition)
************* Module kas.repos
R: 54,12: Unnecessary "else" after "return" (no-else-return)

Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-28 15:10:14 +02:00
..
__init__.py Implement file version and a check when using it 2017-06-21 17:30:51 +02:00
__main__.py run pylint3 and fixed report 2017-06-21 17:30:51 +02:00
__version__.py Implement file version and a check when using it 2017-06-21 17:30:51 +02:00
build.py run pylint3 and fixed report 2017-06-21 17:30:51 +02:00
config.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
includehandler.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
kas.py Install SIGINT/TERM handler for backtrace-free CTRL-C 2017-06-28 14:51:29 +02:00
libcmds.py libkas: Rework repo_fetch to parallelized repos_fetch 2017-06-28 14:51:29 +02:00
libkas.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py run pylint3 and fixed report 2017-06-21 17:30:51 +02:00