[Buildbot-commits] buildbot/buildbot/clients base.py, 1.13, 1.14 debug.py, 1.9, 1.10 gtkPanes.py, 1.13, 1.14
Brian Warner
warner at users.sourceforge.net
Thu May 22 22:12:44 UTC 2008
Update of /cvsroot/buildbot/buildbot/buildbot/clients
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17121/buildbot/clients
Modified Files:
base.py debug.py gtkPanes.py
Log Message:
[project @ #282:remove-shebang.patch]
Patch by Gianluca Sforna <giallu at gmail.com> to remove unnecessary shebangs
about which rpmlint complains.
Original author: dustin at v.igoro.us
Date: 2008-05-20 03:23:41+00:00
Index: base.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/base.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- base.py 24 Nov 2006 19:27:11 -0000 1.13
+++ base.py 22 May 2008 22:12:42 -0000 1.14
@@ -1,4 +1,3 @@
-#! /usr/bin/python
import sys, re
Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- debug.py 22 May 2008 22:12:10 -0000 1.9
+++ debug.py 22 May 2008 22:12:42 -0000 1.10
@@ -1,4 +1,3 @@
-#! /usr/bin/python
from twisted.internet import gtk2reactor
gtk2reactor.install()
Index: gtkPanes.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/gtkPanes.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gtkPanes.py 12 Dec 2006 03:33:42 -0000 1.13
+++ gtkPanes.py 22 May 2008 22:12:42 -0000 1.14
@@ -1,4 +1,3 @@
-#! /usr/bin/python
from twisted.internet import gtk2reactor
gtk2reactor.install()
More information about the Commits
mailing list