Fix PEP8 issue E713

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-09 23:11:26 +01:00
parent b89a938687
commit 83e865a370
4 changed files with 4 additions and 4 deletions

View file

@ -247,7 +247,7 @@ else:
userhome = compat_getenv('HOME')
elif 'USERPROFILE' in os.environ:
userhome = compat_getenv('USERPROFILE')
elif not 'HOMEPATH' in os.environ:
elif 'HOMEPATH' not in os.environ:
return path
else:
try: