tests/test-hashutil.py
changeset 48875 6000f5b25c9b
parent 44087 dc9b53482689
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 # Tests to ensure that sha1dc.sha1 is exactly a drop-in for
     1 # Tests to ensure that sha1dc.sha1 is exactly a drop-in for
     2 # hashlib.sha1 for our needs.
     2 # hashlib.sha1 for our needs.
     3 from __future__ import absolute_import
       
     4 
     3 
     5 import hashlib
     4 import hashlib
     6 import unittest
     5 import unittest
     7 
     6 
     8 import silenttestrunner
     7 import silenttestrunner