Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73772 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- lib/debug.py        19 Nov 2004 06:38:39 -0000      1.17
0
++ lib/debug.py        7 Dec 2004 07:04:48 -0000
Lines 17-22 Link Here
17
#
17
#
18
import sys
18
import sys
19
import cgi
19
SHOW_TIMES = 0
20
SHOW_TIMES = 0
Lines 50-56 Link Here
50
class ViewCVSException:
51
class ViewCVSException:
51
  def __init__(self, msg, status=None):
52
  def __init__(self, msg, status=None):
52
    self.msg = msg
53
    self.msg = cgi.escape(msg)
53
    self.status = status
54
    self.status = status
54
  def __str__(self): 
55
  def __str__(self): 

Return to bug 73772