[Buildbot-commits] buildbot/buildbot/clients debug.py, 1.3, 1.4 sendchange.py, 1.3, 1.4
Brian Warner
warner at users.sourceforge.net
Wed Sep 6 00:41:57 UTC 2006
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/slave bot.py, 1.19, 1.20 commands.py, 1.61, 1.62
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/process base.py, 1.69, 1.70 builder.py, 1.36, 1.37 step.py, 1.101, 1.102 step_twisted.py, 1.83, 1.84 step_twisted2.py, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot/buildbot/clients
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8799/buildbot/clients
Modified Files:
debug.py sendchange.py
Log Message:
[project @ remove a lot of unused imports, marked by pyflakes]
Original author: warner at lothar.com
Date: 2006-09-06 00:35:06
Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debug.py 28 Oct 2005 00:02:49 -0000 1.3
+++ debug.py 6 Sep 2006 00:41:55 -0000 1.4
@@ -7,7 +7,7 @@
from twisted.spread import pb
from twisted.cred import credentials
import gtk, gtk.glade, gnome.ui
-import os, sys, re
+import sys, re
class DebugWidget:
def __init__(self, master="localhost:8007", passwd="debugpw"):
Index: sendchange.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/sendchange.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sendchange.py 25 Oct 2005 01:26:11 -0000 1.3
+++ sendchange.py 6 Sep 2006 00:41:55 -0000 1.4
@@ -2,7 +2,6 @@
from twisted.spread import pb
from twisted.cred import credentials
from twisted.internet import reactor
-from twisted.python import log
class Sender:
def __init__(self, master, user):
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/slave bot.py, 1.19, 1.20 commands.py, 1.61, 1.62
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/process base.py, 1.69, 1.70 builder.py, 1.36, 1.37 step.py, 1.101, 1.102 step_twisted.py, 1.83, 1.84 step_twisted2.py, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list