[Zope-Checkins] CVS: Zope/utilities - check_catalog.py:1.6
compilezpy.py:1.2 copyzopeskel.py:1.2 decompilezpy.py:1.3
load_site.py:1.11 mkzeoinstance.py:1.2 mkzopeinstance.py:1.8
requestprofiler.py:1.19 testrunner.py:1.39 zpasswd.py:1.5
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Mar 18 08:27:51 EST 2004
Update of /cvs-repository/Zope/utilities
In directory cvs.zope.org:/tmp/cvs-serv14082/utilities
Modified Files:
check_catalog.py compilezpy.py copyzopeskel.py decompilezpy.py
load_site.py mkzeoinstance.py mkzopeinstance.py
requestprofiler.py testrunner.py zpasswd.py
Log Message:
updated / unified sha-bang as discussed on zope-dev
(distutils mungs it anyway, so it's just relevant for developers)
=== Zope/utilities/check_catalog.py 1.5 => 1.6 ===
--- Zope/utilities/check_catalog.py:1.5 Wed Aug 14 17:22:57 2002
+++ Zope/utilities/check_catalog.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.1
+#!/usr/bin/env python2.3
##############################################################################
#
=== Zope/utilities/compilezpy.py 1.1 => 1.2 ===
--- Zope/utilities/compilezpy.py:1.1 Thu Jul 24 15:58:59 2003
+++ Zope/utilities/compilezpy.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
=== Zope/utilities/copyzopeskel.py 1.1 => 1.2 ===
--- Zope/utilities/copyzopeskel.py:1.1 Thu Jul 24 15:58:16 2003
+++ Zope/utilities/copyzopeskel.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#! python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
=== Zope/utilities/decompilezpy.py 1.2 => 1.3 ===
--- Zope/utilities/decompilezpy.py:1.2 Thu Aug 21 08:37:05 2003
+++ Zope/utilities/decompilezpy.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python2.2
+#!/usr/bin/env python2.3
##############################################################################
#
=== Zope/utilities/load_site.py 1.10 => 1.11 ===
--- Zope/utilities/load_site.py:1.10 Wed Aug 14 17:22:57 2002
+++ Zope/utilities/load_site.py Thu Mar 18 08:27:50 2004
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
=== Zope/utilities/mkzeoinstance.py 1.1 => 1.2 ===
--- Zope/utilities/mkzeoinstance.py:1.1 Wed Jun 25 15:30:26 2003
+++ Zope/utilities/mkzeoinstance.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#!python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
=== Zope/utilities/mkzopeinstance.py 1.7 => 1.8 ===
--- Zope/utilities/mkzopeinstance.py:1.7 Mon Aug 25 17:25:59 2003
+++ Zope/utilities/mkzopeinstance.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#! python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
=== Zope/utilities/requestprofiler.py 1.18 => 1.19 ===
--- Zope/utilities/requestprofiler.py:1.18 Mon Jun 30 05:11:25 2003
+++ Zope/utilities/requestprofiler.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.3
##############################################################################
#
=== Zope/utilities/testrunner.py 1.38 => 1.39 ===
--- Zope/utilities/testrunner.py:1.38 Fri Feb 27 16:49:38 2004
+++ Zope/utilities/testrunner.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#! /usr/bin/env python2.2
+#!/usr/bin/env python2.3
+
"""testrunner - a Zope test suite utility.
The testrunner utility is used to execute PyUnit test suites. This utility
=== Zope/utilities/zpasswd.py 1.4 => 1.5 ===
--- Zope/utilities/zpasswd.py:1.4 Tue Jul 22 16:48:38 2003
+++ Zope/utilities/zpasswd.py Thu Mar 18 08:27:50 2004
@@ -1,4 +1,5 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2001,2002 Zope Corporation and Contributors.
More information about the Zope-Checkins
mailing list