diff options
Diffstat (limited to 'Lib/test/test_stringprep.py')
-rw-r--r-- | Lib/test/test_stringprep.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_stringprep.py b/Lib/test/test_stringprep.py index e7c1ecb..c116adc 100644 --- a/Lib/test/test_stringprep.py +++ b/Lib/test/test_stringprep.py @@ -86,5 +86,3 @@ verify(not in_table_d2(u"\u0040")) # h = sha.sha() # h.update(data) # print p,h.hexdigest() - - |