[Zope-Checkins] CVS: Zope - test.py:1.2.2.2
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Mar 18 08:24:33 EST 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv13258
Modified Files:
Tag: Zope-2_7-branch
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.2.2.1 => 1.2.2.2 ===
--- Zope/test.py:1.2.2.1 Wed Mar 10 14:36:50 2004
+++ Zope/test.py Thu Mar 18 08:24:01 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