summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
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
commit0f40849fdfdc54ab05682eeef6cbaff49559a43b (patch)
tree434bb1033fafdf7d5bec270b434cd05e0b22d93e /setuptools/command/easy_install.py
parent80e1494f15ac0a34d7ff12fe6a0498b28a12483b (diff)
downloadpython-setuptools-bitbucket-0f40849fdfdc54ab05682eeef6cbaff49559a43b.tar.gz
Respected project coding standard.
Diffstat (limited to 'setuptools/command/easy_install.py')
-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.")