Commit d8189bb5 authored by Grigory Petrov's avatar Grigory Petrov

Respected project coding standard.

--HG--
branch : distribute
extra : rebase_source : ca79464fdbf6a8765b8928b99c8ef2ab69e35e42
parent 15c27d76
......@@ -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