rev 3669 - debbugs-illa

Pierre Habouzit madcoder at costa.debian.org
Thu Apr 27 09:34:06 UTC 2006


Author: madcoder
Date: 2006-04-27 09:34:03 +0000 (Thu, 27 Apr 2006)
New Revision: 3669

Modified:
   debbugs-illa/bzpull.py
Log:
useless \n



Modified: debbugs-illa/bzpull.py
===================================================================
--- debbugs-illa/bzpull.py	2006-04-27 08:35:41 UTC (rev 3668)
+++ debbugs-illa/bzpull.py	2006-04-27 09:34:03 UTC (rev 3669)
@@ -71,7 +71,7 @@
 
     tmp = rep.getResolution()
     if tmp is not None:
-        res.append("usertag %s + bzRes-%s\n" % (rep.bug, tmp.lower()))
+        res.append("usertag %s + bzRes-%s" % (rep.bug, tmp.lower()))
 
     us = Cnf.bugsML()
     if us is not None and us not in rep['cc']:




More information about the pkg-kde-commits mailing list