commit | ff712aa8abde6a1a892ec39bb124cfd4a7cb992a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 15 00:45:26 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 15 00:45:26 1997 +0000 |
tree | c5cf2853501f0678abb92fb8e91315b3ee0d8a76 | |
parent | f84a539d38ffe79a4eb940c4a2071294fa734fe8 [diff] [blame] |
The usual.
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 @@ B = 'cheese shop' a = r.encrypt(A) -print a +print `a` b = r.encryptmore(B) print b