aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorGrigory Petrov <grigory.v.p@gmail.com>2013-04-03 02:05:53 +0400
committerGrigory Petrov <grigory.v.p@gmail.com>2013-04-03 02:05:53 +0400
commit15c27d768157550dd606e3a407eebb19c06c3823 (patch)
tree93eaf1e9742999eb2d44f375eb41d0ef2ca3d809 /setuptools/command/easy_install.py
parentd9c4d3c51e93c08a76d310e549c6d5de260667bb (diff)
downloadexternal_python_setuptools-15c27d768157550dd606e3a407eebb19c06c3823.tar.gz
external_python_setuptools-15c27d768157550dd606e3a407eebb19c06c3823.tar.bz2
external_python_setuptools-15c27d768157550dd606e3a407eebb19c06c3823.zip
Respected PEP-8.
--HG-- branch : distribute extra : rebase_source : 58252278f993ece0a9b96c58c58f2851fa07e048
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 b675e559..3a848269 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.")