summaryrefslogtreecommitdiff
path: root/patchtracker/Patch.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-11 01:05:17 +0200
committerSean Finney <seanius@debian.org>2008-06-11 01:05:17 +0200
commit6a70f64a3cac69d9d6dc8346ad845db07f6c1dc5 (patch)
tree6d9a50f32d7f89b51cadb688d81e7b8578905a08 /patchtracker/Patch.py
parent90b32ea02cd73f90f66b9d0698cc6f71a6f77125 (diff)
downloadpatch-tracker-6a70f64a3cac69d9d6dc8346ad845db07f6c1dc5.tar.gz
initial stab at cgi-based patch generation
complete with many ugly hacks to workaround the lack of an underlying database. hopefully it's all marked with XXX for later fixing :) does not cover all patch cases, in fact currently it only covers series patch viewing and downloading.
Diffstat (limited to 'patchtracker/Patch.py')
-rw-r--r--patchtracker/Patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py
index 64cf9c9..2f604e1 100644
--- a/patchtracker/Patch.py
+++ b/patchtracker/Patch.py
@@ -54,7 +54,7 @@ class PatchSeries (list):
continue
# here's the name
name = stuff[0]
- print "\t\t\t%s: %s"%(self.style,name)
+ #print "\t\t\t%s: %s"%(self.style,name)
self.names.append(name)
# anything else are either patch args or comments
self.patchargs[name] = []