summaryrefslogtreecommitdiff
path: root/Lib/test/test_copy_reg.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_copy_reg.py')
-rw-r--r--Lib/test/test_copy_reg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_copy_reg.py b/Lib/test/test_copy_reg.py
index 0f5c96f10d..08c7031920 100644
--- a/Lib/test/test_copy_reg.py
+++ b/Lib/test/test_copy_reg.py
@@ -1,6 +1,6 @@
import copy_reg
-import test_support
import unittest
+from test import test_support
class C: