diff options
| author | tarek <devnull@localhost> | 2009-10-27 09:54:46 +0100 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2009-10-27 09:54:46 +0100 |
| commit | 38ee041f39abc5ceefe25e7d5ce6dbd4f65231fd (patch) | |
| tree | 82bc48d9004e68dbc3376832fd6795d331c927e2 /setuptools/command/develop.py | |
| parent | a43b20cb2debc61976b77eb7502967447a289556 (diff) | |
| download | python-setuptools-bitbucket-38ee041f39abc5ceefe25e7d5ce6dbd4f65231fd.tar.gz | |
removed empty lines
Diffstat (limited to 'setuptools/command/develop.py')
| -rwxr-xr-x | setuptools/command/develop.py | 31 |
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) - - - - - - - - - - - - - - - - - - - - - - |
