tests/test-hashutil.py
changeset 48966 6000f5b25c9b
parent 44087 dc9b53482689
child 49037 642e31cb55f0
--- a/tests/test-hashutil.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/tests/test-hashutil.py	Thu Mar 03 17:34:00 2022 +0100
@@ -1,6 +1,5 @@
 # Tests to ensure that sha1dc.sha1 is exactly a drop-in for
 # hashlib.sha1 for our needs.
-from __future__ import absolute_import
 
 import hashlib
 import unittest