Remove now useless pylint suppression.

This commit is contained in:
Florian Bruhin 2015-12-29 14:57:26 +01:00
parent 4bae668294
commit abfe894027

View File

@ -73,7 +73,6 @@ def read_file(filename, binary=False):
Return:
The file contents as string.
"""
# pylint: disable=assignment-from-no-return
if hasattr(sys, 'frozen'):
# cx_Freeze doesn't support pkg_resources :(
fn = os.path.join(os.path.dirname(sys.executable), filename)