summaryrefslogtreecommitdiff
path: root/Lib/test/test_pow.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 23:42:49 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 23:42:49 +0300
commite4fbb0206d0794b58d096beafd9964340ea26640 (patch)
tree6444f3b33e801744f204d75eddafc2b59ccabafb /Lib/test/test_pow.py
parent8153ac8f00efb5efb486805234887d49b22755ac (diff)
downloadcpython-git-e4fbb0206d0794b58d096beafd9964340ea26640.tar.gz
Remove unused support.run_unittest imports.
It is not needed since tests use unittest.main().
Diffstat (limited to 'Lib/test/test_pow.py')
-rw-r--r--Lib/test/test_pow.py2
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):