summaryrefslogtreecommitdiffstats
path: root/Lib/dos_8x3/test_rot.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-15 00:45:26 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-15 00:45:26 (GMT)
commitff712aa8abde6a1a892ec39bb124cfd4a7cb992a (patch)
treec5cf2853501f0678abb92fb8e91315b3ee0d8a76 /Lib/dos_8x3/test_rot.py
parentf84a539d38ffe79a4eb940c4a2071294fa734fe8 (diff)
downloadcpython-ff712aa8abde6a1a892ec39bb124cfd4a7cb992a.zip
cpython-ff712aa8abde6a1a892ec39bb124cfd4a7cb992a.tar.gz
cpython-ff712aa8abde6a1a892ec39bb124cfd4a7cb992a.tar.bz2
The usual.
Diffstat (limited to 'Lib/dos_8x3/test_rot.py')
-rw-r--r--Lib/dos_8x3/test_rot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos_8x3/test_rot.py b/Lib/dos_8x3/test_rot.py
index 338ea9d..99724bc 100644
--- a/Lib/dos_8x3/test_rot.py
+++ b/Lib/dos_8x3/test_rot.py
@@ -7,7 +7,7 @@ A = 'spam and eggs'
B = 'cheese shop'
a = r.encrypt(A)
-print a
+print `a`
b = r.encryptmore(B)
print b