[Zodb-checkins] SVN: ZODB/trunk/s Part of Collector 1311, aiming at consistent #! lines and

Tim Peters tim.one at comcast.net
Mon May 24 16:17:28 EDT 2004


Log message for revision 24946:
Part of Collector 1311, aiming at consistent #! lines and
execute permissions.  This deals with the ZODB and ZEO ones
enumerated there.


-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2004-05-24 20:00:04 UTC (rev 24945)
+++ ZODB/trunk/setup.py	2004-05-24 20:17:28 UTC (rev 24946)
@@ -150,8 +150,11 @@
            "src/ZEO/zeopasswd.py",
            "src/ZEO/mkzeoinst.py",
            "src/ZEO/zeoctl.py",
+           "src/ZEO/stats.py",
+           "src/ZEO/simul.py",
            "src/zdaemon/zdrun.py",
            "src/zdaemon/zdctl.py",
+           "src/ZODB/tests/dangle.py",
            ]
 
 def copy_other_files(cmd, outputbase):

Modified: ZODB/trunk/src/ZEO/simul.py
===================================================================
--- ZODB/trunk/src/ZEO/simul.py	2004-05-24 20:00:04 UTC (rev 24945)
+++ ZODB/trunk/src/ZEO/simul.py	2004-05-24 20:17:28 UTC (rev 24946)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/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-05-24 20:00:04 UTC (rev 24945)
+++ ZODB/trunk/src/ZEO/stats.py	2004-05-24 20:17:28 UTC (rev 24946)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python2.3
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.

Modified: ZODB/trunk/src/ZEO/zeoctl.py
===================================================================
--- ZODB/trunk/src/ZEO/zeoctl.py	2004-05-24 20:00:04 UTC (rev 24945)
+++ ZODB/trunk/src/ZEO/zeoctl.py	2004-05-24 20:17:28 UTC (rev 24946)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2.3
+
 """Wrapper script for zdctl.py that causes it to use the ZEO schema."""
 
 import os

Modified: ZODB/trunk/src/ZODB/tests/dangle.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/dangle.py	2004-05-24 20:00:04 UTC (rev 24945)
+++ ZODB/trunk/src/ZODB/tests/dangle.py	2004-05-24 20:17:28 UTC (rev 24946)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python2.3
 
 ##############################################################################
 #




More information about the Zodb-checkins mailing list