aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/develop.py
diff options
context:
space:
mode:
authortarek <none@none>2009-10-27 09:54:46 +0100
committertarek <none@none>2009-10-27 09:54:46 +0100
commite95226aa273fff543d1eccfaaabf7d58d52f5e95 (patch)
tree652fb5a65ceea24ad66791ab8369faeaa4fd4263 /setuptools/command/develop.py
parent6ef67c96970c10cc7cb5d4c4093abc40817fa2ba (diff)
downloadexternal_python_setuptools-e95226aa273fff543d1eccfaaabf7d58d52f5e95.tar.gz
external_python_setuptools-e95226aa273fff543d1eccfaaabf7d58d52f5e95.tar.bz2
external_python_setuptools-e95226aa273fff543d1eccfaaabf7d58d52f5e95.zip
removed empty lines
--HG-- branch : distribute extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c
Diffstat (limited to 'setuptools/command/develop.py')
-rwxr-xr-xsetuptools/command/develop.py31
1 files changed, 0 insertions, 31 deletions
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py
index 5643c773..88394c48 100755
--- a/setuptools/command/develop.py
+++ b/setuptools/command/develop.py
@@ -34,11 +34,6 @@ class develop(easy_install):
self.setup_path = None
self.always_copy_from = '.' # always copy eggs installed in curdir
-
-
-
-
-
def finalize_options(self):
ei = self.get_finalized_command("egg_info")
if ei.broken_egg_info:
@@ -117,10 +112,6 @@ class develop(easy_install):
# XXX should also check for entry point scripts!
log.warn("Note: you must uninstall or replace scripts manually!")
-
-
-
-
def install_egg_scripts(self, dist):
if dist is not self.dist:
# Installing a dependency, so fall back to normal behavior
@@ -140,25 +131,3 @@ class develop(easy_install):
f.close()
self.install_script(dist, script_name, script_text, script_path)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-