[Zope3-checkins] CVS: Zope3 - test.py:1.54

Marius Gedminas mgedmin@codeworks.lt
Fri, 11 Apr 2003 08:27:09 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv22199

Modified Files:
	test.py 
Log Message:
Added shebang line to test.py

=== Zope3/test.py 1.53 => 1.54 ===
--- Zope3/test.py:1.53	Wed Apr  9 05:15:51 2003
+++ Zope3/test.py	Fri Apr 11 08:27:09 2003
@@ -1,3 +1,4 @@
+#! /usr/bin/env python2.2
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.