Commit 15c27d76 authored by Grigory Petrov's avatar Grigory Petrov

Respected PEP-8.

--HG--
branch : distribute
extra : rebase_source : 58252278f993ece0a9b96c58c58f2851fa07e048
parent d9c4d3c5
......@@ -1835,7 +1835,7 @@ def get_script_args(dist, executable=sys_executable, wininst=False):
ext, launcher = '-script.py', 'cli.exe'
old = ['.py','.pyc','.pyo']
new_header = re.sub('(?i)pythonw.exe','python.exe',header)
if platform.machine().lower() == 'arm' :
if platform.machine().lower() == 'arm':
launcher = launcher.replace(".", "-arm.")
if is_64bit():
launcher = launcher.replace(".", "-64.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment