diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-18 21:57:37 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-18 21:57:37 +0000 |
commit | a8d470a2c896df07b910703d1b52e8398928a08c (patch) | |
tree | cc6e67da0183b03a3e88897002468c57d6d34306 /Lib/test/test_binascii.py | |
parent | c953a2d1ace4b77bedb31ef2caca61252c5d881e (diff) | |
download | cpython-a8d470a2c896df07b910703d1b52e8398928a08c.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_binascii.py')
-rwxr-xr-x | Lib/test/test_binascii.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py index 97461f0fb3..c14f894c0d 100755 --- a/Lib/test/test_binascii.py +++ b/Lib/test/test_binascii.py @@ -113,4 +113,3 @@ else: # Verify the treatment of Unicode strings verify(binascii.hexlify(u'a') == '61', "hexlify failed for Unicode") - |