[Zodb-checkins] SVN: ZODB/trunk/src/Z Distutils doesn't rewrite the #! bang lines in these files,

Tim Peters tim.one at comcast.net
Tue Jun 1 16:23:37 EDT 2004


Log message for revision 25161:
Distutils doesn't rewrite the #! bang lines in these files,
so just get rid of them.


-=-
Modified: ZODB/trunk/src/ZEO/simul.py
===================================================================
--- ZODB/trunk/src/ZEO/simul.py	2004-06-01 20:16:14 UTC (rev 25160)
+++ ZODB/trunk/src/ZEO/simul.py	2004-06-01 20:23:37 UTC (rev 25161)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python2.3
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.

Modified: ZODB/trunk/src/ZEO/stats.py
===================================================================
--- ZODB/trunk/src/ZEO/stats.py	2004-06-01 20:16:14 UTC (rev 25160)
+++ ZODB/trunk/src/ZEO/stats.py	2004-06-01 20:23:37 UTC (rev 25161)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python2.3
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.

Modified: ZODB/trunk/src/ZODB/tests/dangle.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/dangle.py	2004-06-01 20:16:14 UTC (rev 25160)
+++ ZODB/trunk/src/ZODB/tests/dangle.py	2004-06-01 20:23:37 UTC (rev 25161)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python2.3
-
 ##############################################################################
 #
 # Copyright (c) 2002 Zope Corporation and Contributors.




More information about the Zodb-checkins mailing list