Updated python: reformat code.
This commit is contained in:
parent
9f71382912
commit
58cb2cc2af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user