[Buildbot-commits] buildbot/buildbot/changes dnotify.py,1.4,1.5

Brian Warner warner at users.sourceforge.net
Thu May 22 22:12:44 UTC 2008


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

Modified Files:
	dnotify.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: dnotify.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/dnotify.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dnotify.py	6 Sep 2006 00:41:54 -0000	1.4
+++ dnotify.py	22 May 2008 22:12:42 -0000	1.5
@@ -1,4 +1,3 @@
-#! /usr/bin/python
 
 import fcntl, signal, os
 





More information about the Commits mailing list