[Buildbot-commits] buildbot/buildbot/clients debug.py, 1.6, 1.7 gtkPanes.py, 1.12, 1.13

Brian Warner warner at users.sourceforge.net
Tue Dec 12 03:33:44 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/clients
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32684/buildbot/clients

Modified Files:
	debug.py gtkPanes.py 
Log Message:
[project @ remove more unused imports]

Original author: warner at lothar.com
Date: 2006-12-12 03:29:05

Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- debug.py	11 Dec 2006 04:40:58 -0000	1.6
+++ debug.py	12 Dec 2006 03:33:42 -0000	1.7
@@ -6,7 +6,7 @@
 from twisted.python import util
 from twisted.spread import pb
 from twisted.cred import credentials
-import gtk, gtk.glade, gnome.ui
+import gtk, gtk.glade
 import sys, re
 
 class DebugWidget:

Index: gtkPanes.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/gtkPanes.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gtkPanes.py	2 Jun 2006 03:32:29 -0000	1.12
+++ gtkPanes.py	12 Dec 2006 03:33:42 -0000	1.13
@@ -3,8 +3,6 @@
 from twisted.internet import gtk2reactor
 gtk2reactor.install()
 
-from twisted.internet import reactor
-
 import sys, time
 
 import pygtk





More information about the Commits mailing list