diff options
Diffstat (limited to 'Lib/test/test_hmac.py')
-rw-r--r-- | Lib/test/test_hmac.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index b7b3c07..f9cd73e 100644 --- a/Lib/test/test_hmac.py +++ b/Lib/test/test_hmac.py @@ -1,6 +1,6 @@ import hmac import unittest -import test_support +from test import test_support class TestVectorsTestCase(unittest.TestCase): def test_vectors(self): |