diff options
Diffstat (limited to 'Lib/test/test_distutils.py')
-rw-r--r-- | Lib/test/test_distutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_distutils.py b/Lib/test/test_distutils.py index 4b40af02132..d82d2b64234 100644 --- a/Lib/test/test_distutils.py +++ b/Lib/test/test_distutils.py @@ -5,7 +5,7 @@ the test_suite() function there returns a test suite that's ready to be run. """ -import warnings +import unittest from test import support from test.support import warnings_helper |