[Buildbot-commits] buildbot/buildbot/process process_twisted.py, 1.47, 1.48 step_twisted2.py, 1.4, 1.5
Brian Warner
warner at users.sourceforge.net
Thu Aug 2 00:07:20 UTC 2007
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/changes base.py, 1.3, 1.4 changes.py, 1.32, 1.33 freshcvs.py, 1.23, 1.24 freshcvsmail.py, 1.5, 1.6 maildir.py, 1.9, 1.10
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/slave bot.py, 1.26, 1.27 interfaces.py, 1.3, 1.4 registry.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8094/buildbot/process
Modified Files:
process_twisted.py step_twisted2.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: process_twisted.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/process_twisted.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- process_twisted.py 15 Sep 2006 14:47:41 -0000 1.47
+++ process_twisted.py 2 Aug 2007 00:07:18 -0000 1.48
@@ -1,4 +1,3 @@
-#! /usr/bin/python
# Build classes specific to the Twisted codebase
Index: step_twisted2.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step_twisted2.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- step_twisted2.py 6 Sep 2006 00:41:55 -0000 1.4
+++ step_twisted2.py 2 Aug 2007 00:07:18 -0000 1.5
@@ -1,4 +1,3 @@
-#! /usr/bin/python
from buildbot.status import tests
from buildbot.process.step import SUCCESS, FAILURE, BuildStep
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/changes base.py, 1.3, 1.4 changes.py, 1.32, 1.33 freshcvs.py, 1.23, 1.24 freshcvsmail.py, 1.5, 1.6 maildir.py, 1.9, 1.10
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/slave bot.py, 1.26, 1.27 interfaces.py, 1.3, 1.4 registry.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list