[Zope3-checkins] CVS: Zope3/utilities - rst2html:1.2 XXXreport:1.4
Philipp von Weitershausen
philikon at philikon.de
Wed Dec 17 02:56:30 EST 2003
Update of /cvs-repository/Zope3/utilities
In directory cvs.zope.org:/tmp/cvs-serv7466/utilities
Modified Files:
rst2html XXXreport
Log Message:
Use python 2.3.
=== Zope3/utilities/rst2html 1.1 => 1.2 ===
--- Zope3/utilities/rst2html:1.1 Thu Aug 28 18:54:33 2003
+++ Zope3/utilities/rst2html Wed Dec 17 02:55:59 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python2.2
+#!/usr/bin/env python2.3
import errno
import os
=== Zope3/utilities/XXXreport 1.3 => 1.4 ===
--- Zope3/utilities/XXXreport:1.3 Tue Dec 10 15:47:08 2002
+++ Zope3/utilities/XXXreport Wed Dec 17 02:55:59 2003
@@ -15,9 +15,9 @@
# $Id$
# This script assumes it is located in the utilities directory of Zope3
-
-PYTHON=`which python2.2`
+
+PYTHON=`which python2.3`
PATTERN='# ?(XXX|TODO)'
TMPFILE=`mktemp`
More information about the Zope3-Checkins
mailing list