[Zope-Checkins] CVS: Zope - test.py:1.7

Yvo Schubbe y.2004_ at wcm-solutions.de
Thu Mar 18 08:28:19 EST 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv14082

Modified Files:
	test.py 
Log Message:
updated / unified sha-bang as discussed on zope-dev
(distutils mungs it anyway, so it's just relevant for developers)


=== Zope/test.py 1.6 => 1.7 ===
--- Zope/test.py:1.6	Tue Mar 16 00:21:51 2004
+++ Zope/test.py	Thu Mar 18 08:27:49 2004
@@ -1,4 +1,5 @@
-#! /usr/bin/env python2.3
+#!/usr/bin/env python2.3
+
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.




More information about the Zope-Checkins mailing list