diff options
Diffstat (limited to 'Lib/test/test_rotor.py')
-rw-r--r-- | Lib/test/test_rotor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_rotor.py b/Lib/test/test_rotor.py index 338ea9d..99724bc 100644 --- a/Lib/test/test_rotor.py +++ b/Lib/test/test_rotor.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 |