diff options
Diffstat (limited to 'Lib/test/test_list.py')
-rw-r--r-- | Lib/test/test_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_list.py b/Lib/test/test_list.py index 8f82ab5297b..aee62dca1c4 100644 --- a/Lib/test/test_list.py +++ b/Lib/test/test_list.py @@ -1,5 +1,5 @@ import sys -from test import support, list_tests +from test import list_tests import pickle import unittest |