Commit f75cd739 authored by 's avatar

updated / unified sha-bang as discussed on zope-dev

(distutils mungs it anyway, so it's just relevant for developers)
parent 2c6706e9
#! /usr/bin/env python2.3 #!/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.1 #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
""" script to consistency of a ZCatalog """ """ script to consistency of a ZCatalog """
__version__='$Revision: 1.5 $'[11:-2] __version__='$Revision: 1.6 $'[11:-2]
import Zope import Zope
import os,sys,re,getopt import os,sys,re,getopt
......
#!/usr/bin/env python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
......
#! python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
......
#!/usr/local/bin/python2.2 #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
......
#!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
......
#!python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
......
#! python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
......
#!/usr/bin/env python #!/usr/bin/env python2.3
############################################################################## ##############################################################################
# #
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
""" Request log profiler script """ """ Request log profiler script """
__version__='$Revision: 1.18 $'[11:-2] __version__='$Revision: 1.19 $'[11:-2]
import sys, time, getopt, math, cPickle import sys, time, getopt, math, cPickle
from types import StringType from types import StringType
......
#! /usr/bin/env python2.2 #!/usr/bin/env python2.3
"""testrunner - a Zope test suite utility. """testrunner - a Zope test suite utility.
The testrunner utility is used to execute PyUnit test suites. This utility The testrunner utility is used to execute PyUnit test suites. This utility
......
#!/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.
...@@ -39,7 +40,7 @@ for all necessary information. The available options are: ...@@ -39,7 +40,7 @@ for all necessary information. The available options are:
information in (usually "inituser" or "access"). information in (usually "inituser" or "access").
""" """
__version__='$Revision: 1.4 $ '[11:-2] __version__='$Revision: 1.5 $ '[11:-2]
import sys, sha, binascii, random, getopt, getpass, os import sys, sha, binascii, random, getopt, getpass, os
......
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