Commit 9d29ae85 authored by tarek's avatar tarek

removed PJE-style white lines

--HG--
branch : distribute
extra : rebase_source : b6f2b1983aa0e5994df5a29688348929fcd20628
parent 5c93394f
......@@ -35,10 +35,6 @@ class install_scripts(_install_scripts):
for args in get_script_args(dist, executable, is_wininst):
self.write_script(*args)
def write_script(self, script_name, contents, mode="t", *ignored):
"""Write an executable file to the scripts directory"""
log.info("Installing %s script to %s", script_name, self.install_dir)
......@@ -52,31 +48,3 @@ class install_scripts(_install_scripts):
f.close()
chmod(target,0755)
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