Commit e95226aa authored by tarek's avatar tarek

removed empty lines

--HG--
branch : distribute
extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c
parent 6ef67c96
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment