diff options
Diffstat (limited to 'Lib/test/test_collections.py')
-rw-r--r-- | Lib/test/test_collections.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index 1aca9facda..16735b815e 100644 --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -3,9 +3,11 @@ import collections import copy import doctest +import keyword import operator import pickle from random import choice, randrange +import re import string import sys from test import support |