Author: mattip <matti.pi...@gmail.com> Branch: Changeset: r73755:2c8357513799 Date: 2014-10-01 19:11 +0300 http://bitbucket.org/pypy/pypy/changeset/2c8357513799/
Log: pep-8 diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py --- a/pypy/tool/release/test/test_package.py +++ b/pypy/tool/release/test/test_package.py @@ -25,7 +25,7 @@ break else: assert False, 'could not find cmd.exe' - else: + else: pypy_c.write("#!/bin/sh") pypy_c.chmod(0755) fake_pypy_c = True @@ -125,7 +125,7 @@ if sys.platform == 'win32': for p in [join(basedir, r'..\..\..\local'), #buildbot join(basedir, r'..\local')]: # pypy/doc/windows.rst - if exists(p): + if exists(p): license_base = p break else: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit