summaryrefslogtreecommitdiff
path: root/paste/util/PySourceColor.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/util/PySourceColor.py')
-rw-r--r--paste/util/PySourceColor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/PySourceColor.py b/paste/util/PySourceColor.py
index 35efc7f..1c11041 100644
--- a/paste/util/PySourceColor.py
+++ b/paste/util/PySourceColor.py
@@ -832,7 +832,7 @@ def _test(show=0, quiet=0):
@A @B(arghh) @C
def LlamaSaysNi(arg='Ni!',arg2="RALPH"):
"""This docstring is deeply disturbed by all the llama references"""
- print '%s The Wonder Llama says %s'% (arg2,arg)
+ print('%s The Wonder Llama says %s'% (arg2,arg))
# So I was like duh!, and he was like ya know?!,
# and so we were both like huh...wtf!? RTFM!! LOL!!;)
@staticmethod## Double comments are KewL.