More pylint-ing-fu.

This commit is contained in:
Romain Dorgueil
2016-12-26 14:10:03 +01:00
parent be9ef2cad8
commit 0fdfdafdc4
4 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ def read(filename, flt=None):
try:
version = read('version.txt')
except:
except: # pylint: disable=bare-except
version = 'dev'
setup(