aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigory Petrov <grigory.v.p@gmail.com>2013-04-03 02:06:39 +0400
committerGrigory Petrov <grigory.v.p@gmail.com>2013-04-03 02:06:39 +0400
commitd8189bb53bbd7b3c38ee6c31844087f100143f51 (patch)
treee82da33b61200143f6787e9abb04ea6b8850625e
parent15c27d768157550dd606e3a407eebb19c06c3823 (diff)
downloadexternal_python_setuptools-d8189bb53bbd7b3c38ee6c31844087f100143f51.tar.gz
external_python_setuptools-d8189bb53bbd7b3c38ee6c31844087f100143f51.tar.bz2
external_python_setuptools-d8189bb53bbd7b3c38ee6c31844087f100143f51.zip
Respected project coding standard.
--HG-- branch : distribute extra : rebase_source : ca79464fdbf6a8765b8928b99c8ef2ab69e35e42
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 3a848269..a6ca741f 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -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.")