summaryrefslogtreecommitdiff
path: root/Lib/test/test_pkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pkg.py')
-rw-r--r--Lib/test/test_pkg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_pkg.py b/Lib/test/test_pkg.py
index db8e844215..1064617f2d 100644
--- a/Lib/test/test_pkg.py
+++ b/Lib/test/test_pkg.py
@@ -5,7 +5,7 @@ import os
import tempfile
import textwrap
import unittest
-from test import test_support
+from test import support
# Helpers to create and destroy hierarchies.
@@ -280,7 +280,7 @@ class TestPkg(unittest.TestCase):
def test_main():
- test_support.run_unittest(__name__)
+ support.run_unittest(__name__)
if __name__ == "__main__":