[Buildbot-commits] buildbot/buildbot/slave bot.py, 1.26, 1.27 interfaces.py, 1.3, 1.4 registry.py, 1.2, 1.3
Brian Warner
warner at users.sourceforge.net
Thu Aug 2 00:07:20 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8094/buildbot/slave
Modified Files:
bot.py interfaces.py registry.py
Log Message:
[project @ bring import statements up-to-date, remove spurious shebang lines]
Original author: warner at lothar.com
Date: 2007-08-01 23:59:37+00:00
Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- bot.py 2 Jul 2007 17:44:48 -0000 1.26
+++ bot.py 2 Aug 2007 00:07:18 -0000 1.27
@@ -1,4 +1,3 @@
-#! /usr/bin/python
import os.path
Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/interfaces.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- interfaces.py 11 Dec 2006 08:46:39 -0000 1.3
+++ interfaces.py 2 Aug 2007 00:07:18 -0000 1.4
@@ -1,4 +1,3 @@
-#! /usr/bin/python
from zope.interface import Interface
Index: registry.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/registry.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- registry.py 11 Apr 2005 19:30:28 -0000 1.2
+++ registry.py 2 Aug 2007 00:07:18 -0000 1.3
@@ -1,4 +1,3 @@
-#! /usr/bin/python
commandRegistry = {}
More information about the Commits
mailing list