Filip Blaha 5f39b65323 Attempt to make pylint output more useful
Fixed incorrectly reported location of duplicate code.
Some new code checks added:
W0612(unused-variable): Unused variable 'e'
W0613(unused-argument): Unused argument 'x'
C1001(old-style-class): Old-style class defined

Change-Id: I7e20d9347c672f1df6fc3c270fc966f0a570ef6a
2015-06-05 14:41:56 +02:00
..