diff options
Diffstat (limited to 'Lib/test/test_copy_reg.py')
-rw-r--r-- | Lib/test/test_copy_reg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_copy_reg.py b/Lib/test/test_copy_reg.py index 0f5c96f..08c7031 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: |