From e0c446bb4ad67294f42d4cb53b4ff28413bd8dde Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 18 Oct 2001 21:57:37 +0000 Subject: Whitespace normalization. --- Lib/test/test_binascii.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_binascii.py') 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") - -- cgit v1.2.1