[Collab-qa-commits] r2185 - udd/udd
Andreas Tille
tille at alioth.debian.org
Wed Mar 28 10:49:17 UTC 2012
Author: tille
Date: 2012-03-28 10:49:16 +0000 (Wed, 28 Mar 2012)
New Revision: 2185
Modified:
udd/udd/bibref_gatherer.py
Log:
Be less noisy
Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py 2012-03-28 10:46:10 UTC (rev 2184)
+++ udd/udd/bibref_gatherer.py 2012-03-28 10:49:16 UTC (rev 2185)
@@ -116,7 +116,7 @@
if fnmatch(file, '*.upstream'):
sources.append(re.sub("\.upstream", "", file))
for source in sources:
- print source
+ # print source
ufile = upath+'/'+source+'.upstream'
uf = open(ufile)
try:
More information about the Collab-qa-commits
mailing list