summaryrefslogtreecommitdiff
path: root/paste/debug/fsdiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/debug/fsdiff.py')
-rw-r--r--paste/debug/fsdiff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/debug/fsdiff.py b/paste/debug/fsdiff.py
index f680bf6..156a2e4 100644
--- a/paste/debug/fsdiff.py
+++ b/paste/debug/fsdiff.py
@@ -263,8 +263,8 @@ class File(object):
__tracebackhide__ = True
bytes = self.bytes
if s not in bytes:
- print 'Could not find %r in:' % s
- print bytes
+ print('Could not find %r in:' % s)
+ print(bytes)
assert s in bytes
def __repr__(self):