diff options
Diffstat (limited to 'Lib/test/test_pow.py')
| -rw-r--r-- | Lib/test/test_pow.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pow.py b/Lib/test/test_pow.py index 6feac409bd..ce99fe6410 100644 --- a/Lib/test/test_pow.py +++ b/Lib/test/test_pow.py @@ -1,4 +1,4 @@ -import test.support, unittest +import unittest  class PowTest(unittest.TestCase):  | 
