Commit af894db9 authored by Tim Peters's avatar Tim Peters

Part of Collector 1311, aiming at consistent #! lines and

execute permissions.  This deals with the ZODB and ZEO ones
enumerated there.
parent 9e40a03f
...@@ -150,8 +150,11 @@ scripts = ["src/scripts/fsdump.py", ...@@ -150,8 +150,11 @@ scripts = ["src/scripts/fsdump.py",
"src/ZEO/zeopasswd.py", "src/ZEO/zeopasswd.py",
"src/ZEO/mkzeoinst.py", "src/ZEO/mkzeoinst.py",
"src/ZEO/zeoctl.py", "src/ZEO/zeoctl.py",
"src/ZEO/stats.py",
"src/ZEO/simul.py",
"src/zdaemon/zdrun.py", "src/zdaemon/zdrun.py",
"src/zdaemon/zdctl.py", "src/zdaemon/zdctl.py",
"src/ZODB/tests/dangle.py",
] ]
def copy_other_files(cmd, outputbase): def copy_other_files(cmd, outputbase):
......
#! /usr/bin/env python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001, 2002 Zope Corporation and Contributors. # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
......
#! /usr/bin/env python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001, 2002 Zope Corporation and Contributors. # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
......
#!/usr/bin/env python2.3
"""Wrapper script for zdctl.py that causes it to use the ZEO schema.""" """Wrapper script for zdctl.py that causes it to use the ZEO schema."""
import os import os
......
#! /usr/bin/env python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
......
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