aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/develop.py
diff options
context:
space:
mode:
authortarek <none@none>2009-09-20 14:47:00 +0200
committertarek <none@none>2009-09-20 14:47:00 +0200
commit1219c326683905695fbdf60c22367129075d2f8d (patch)
treecf4c19815da32edf7c917a8ca080c2f99dc3ce05 /setuptools/command/develop.py
parent19af16b0ec4149f3b00d4e05dfce8ad4f61310e1 (diff)
downloadexternal_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.tar.gz
external_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.tar.bz2
external_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.zip
merged + removed trailing spaces
--HG-- branch : distribute extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
Diffstat (limited to 'setuptools/command/develop.py')
-rwxr-xr-xsetuptools/command/develop.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py
index f128b803..32888056 100755
--- a/setuptools/command/develop.py
+++ b/setuptools/command/develop.py
@@ -46,7 +46,7 @@ class develop(easy_install):
"Please rename %r to %r before using 'develop'"
% (ei.egg_info, ei.broken_egg_info)
)
- self.args = [ei.egg_name]
+ self.args = [ei.egg_name]
easy_install.finalize_options(self)
# pick up setup-dir .egg files only: no .egg-info
self.package_index.scan(glob.glob('*.egg'))
@@ -62,7 +62,7 @@ class develop(easy_install):
"--egg-path must be a relative path from the install"
" directory to "+target
)
-
+
# Make a distribution for the package's source
self.dist = Distribution(
target,
@@ -129,7 +129,7 @@ class develop(easy_install):
# create wrapper scripts in the script dir, pointing to dist.scripts
# new-style...
- self.install_wrapper_scripts(dist)
+ self.install_wrapper_scripts(dist)
# ...and old-style
for script_name in self.distribution.scripts or []: