tox: Update astroid to 1.4.2 and pylint to 1.5.2.
This commit is contained in:
parent
4b770f4f35
commit
12f44d0a5e
@ -73,6 +73,7 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user