From e95226aa273fff543d1eccfaaabf7d58d52f5e95 Mon Sep 17 00:00:00 2001 From: tarek Date: Tue, 27 Oct 2009 09:54:46 +0100 Subject: removed empty lines --HG-- branch : distribute extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c --- setuptools/command/develop.py | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'setuptools/command/develop.py') 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) - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3