diff options
Diffstat (limited to 'Lib/test/test_hash.py')
-rw-r--r-- | Lib/test/test_hash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py index f8a1523..90e80fc 100644 --- a/Lib/test/test_hash.py +++ b/Lib/test/test_hash.py @@ -2,8 +2,8 @@ # iff a==b then hash(a)==hash(b) # -import test_support import unittest +from test import test_support class HashEqualityTestCase(unittest.TestCase): |