Author: goneri
Date: 2009-02-21 23:26:56 +0000 (Sat, 21 Feb 2009)
New Revision: 8907

Modified:
   scripts/trunk/viewPatches
Log:
clean up

Modified: scripts/trunk/viewPatches
===================================================================
--- scripts/trunk/viewPatches   2009-02-21 21:56:58 UTC (rev 8906)
+++ scripts/trunk/viewPatches   2009-02-21 23:26:56 UTC (rev 8907)
@@ -148,7 +148,6 @@
             except URLError, e:
                 if hasattr(e, 'code'):
                     do='nothing'
-                    #print e.code
             else:
                 self.baseUrl = 
'http://sources.gentoo.org/viewcvs.py/gentoo-x86/%s/%%s/files/' % section
                 self.downloadBaseUrl = 
'http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/%s/%%s/files/%%s' % 
section
@@ -200,7 +199,6 @@
 
 
 def processPackages(params):
-    print params.writeFiles
     for package in params.packages:
         processPackage(params, package)
 
@@ -233,7 +231,6 @@
 
 def main():
     params = Params()
-    print params.writeFiles
     processPackages(params)
 
                     #writeFile(origin, file)


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to