summaryrefslogtreecommitdiff
path: root/paste/util/quoting.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/util/quoting.py')
-rw-r--r--paste/util/quoting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/util/quoting.py b/paste/util/quoting.py
index 8c578ee..8c4c749 100644
--- a/paste/util/quoting.py
+++ b/paste/util/quoting.py
@@ -87,8 +87,8 @@ def comment_quote(s):
"""
comment = str(s)
#comment = _bad_chars_re.sub('', comment)
- #print 'in ', repr(str(s))
- #print 'out', repr(comment)
+ #print('in ', repr(str(s)))
+ #print('out', repr(comment))
comment = _comment_quote_re.sub('->', comment)
return comment