Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
f75cd739
Commit
f75cd739
authored
Mar 18, 2004
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated / unified sha-bang as discussed on zope-dev
(distutils mungs it anyway, so it's just relevant for developers)
parent
2c6706e9
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
22 additions
and
13 deletions
+22
-13
test.py
test.py
+2
-1
utilities/check_catalog.py
utilities/check_catalog.py
+2
-2
utilities/compilezpy.py
utilities/compilezpy.py
+2
-1
utilities/copyzopeskel.py
utilities/copyzopeskel.py
+2
-1
utilities/decompilezpy.py
utilities/decompilezpy.py
+1
-1
utilities/load_site.py
utilities/load_site.py
+2
-0
utilities/mkzeoinstance.py
utilities/mkzeoinstance.py
+2
-1
utilities/mkzopeinstance.py
utilities/mkzopeinstance.py
+2
-1
utilities/requestprofiler.py
utilities/requestprofiler.py
+2
-2
utilities/testrunner.py
utilities/testrunner.py
+2
-1
utilities/zpasswd.py
utilities/zpasswd.py
+3
-2
No files found.
test.py
View file @
f75cd739
#! /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.
...
...
utilities/check_catalog.py
View file @
f75cd739
#!/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
...
...
utilities/compilezpy.py
View file @
f75cd739
#!/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.
...
...
utilities/copyzopeskel.py
View file @
f75cd739
#! 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.
...
...
utilities/decompilezpy.py
View file @
f75cd739
#!/usr/
local/bin/python2.2
#!/usr/
bin/env python2.3
##############################################################################
##############################################################################
#
#
...
...
utilities/load_site.py
View file @
f75cd739
#!/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.
...
...
utilities/mkzeoinstance.py
View file @
f75cd739
#!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.
...
...
utilities/mkzopeinstance.py
View file @
f75cd739
#! 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.
...
...
utilities/requestprofiler.py
View file @
f75cd739
#!/usr/bin/env python
#!/usr/bin/env python
2.3
##############################################################################
##############################################################################
#
#
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
""" Request log profiler script """
""" Request log profiler script """
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
9
$'
[
11
:
-
2
]
import
sys
,
time
,
getopt
,
math
,
cPickle
import
sys
,
time
,
getopt
,
math
,
cPickle
from
types
import
StringType
from
types
import
StringType
...
...
utilities/testrunner.py
View file @
f75cd739
#! /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
...
...
utilities/zpasswd.py
View file @
f75cd739
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment