Updated python: reformat code.

This commit is contained in:
Sergey Kosukhin 2016-12-08 13:35:11 +01:00
parent 9f71382912
commit 58cb2cc2af

View File

@ -330,8 +330,8 @@ def write_easy_install_pth(self, exts):
continue
if re.search(r'^(import|#)', line):
continue
if ((ext.name != 'py-setuptools' and
re.search(r'setuptools.*egg$', line))):
if (ext.name != 'py-setuptools' and
re.search(r'setuptools.*egg$', line)):
continue
paths.append(line)