diff options
Diffstat (limited to 'Lib/test/test_set.py')
-rw-r--r-- | Lib/test/test_set.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py index cc194b57aa..cc18d57215 100644 --- a/Lib/test/test_set.py +++ b/Lib/test/test_set.py @@ -1,4 +1,4 @@ -mport unittest +import unittest from test import support import gc import weakref |