[Zope-Checkins]
SVN: Zope/branches/philikon-zope32-integration/utilities/
Moved to python2.4 instead of python2.3
Florent Guillaume
fg at nuxeo.com
Mon Oct 31 10:52:05 EST 2005
Log message for revision 39773:
Moved to python2.4 instead of python2.3
Changed:
U Zope/branches/philikon-zope32-integration/utilities/check_catalog.py
U Zope/branches/philikon-zope32-integration/utilities/compilezpy.py
U Zope/branches/philikon-zope32-integration/utilities/copyzopeskel.py
U Zope/branches/philikon-zope32-integration/utilities/decompilezpy.py
U Zope/branches/philikon-zope32-integration/utilities/load_site.py
U Zope/branches/philikon-zope32-integration/utilities/mkzeoinstance.py
U Zope/branches/philikon-zope32-integration/utilities/mkzopeinstance.py
U Zope/branches/philikon-zope32-integration/utilities/requestprofiler.py
U Zope/branches/philikon-zope32-integration/utilities/zpasswd.py
-=-
Modified: Zope/branches/philikon-zope32-integration/utilities/check_catalog.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/check_catalog.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/check_catalog.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
Modified: Zope/branches/philikon-zope32-integration/utilities/compilezpy.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/compilezpy.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/compilezpy.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/copyzopeskel.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/copyzopeskel.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/copyzopeskel.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/decompilezpy.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/decompilezpy.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/decompilezpy.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/load_site.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/load_site.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/load_site.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/mkzeoinstance.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/mkzeoinstance.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/mkzeoinstance.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/mkzopeinstance.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/mkzopeinstance.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/mkzopeinstance.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
Modified: Zope/branches/philikon-zope32-integration/utilities/requestprofiler.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/requestprofiler.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/requestprofiler.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
Modified: Zope/branches/philikon-zope32-integration/utilities/zpasswd.py
===================================================================
--- Zope/branches/philikon-zope32-integration/utilities/zpasswd.py 2005-10-31 15:28:44 UTC (rev 39772)
+++ Zope/branches/philikon-zope32-integration/utilities/zpasswd.py 2005-10-31 15:52:04 UTC (rev 39773)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
##############################################################################
#
More information about the Zope-Checkins
mailing list