commit | 1138eba3df894800ade11a149cd8d8584ecc4b30 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sun Sep 05 18:59:49 2010 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Sun Sep 05 18:59:49 2010 +0000 |
tree | 66d7889cc23b50a1fa971363aff4b8e1533e6325 | |
parent | 36d551a317f4d8066f359910a2856a004f0e1fce [diff] [blame] |
Fix accidental suppression in r84537
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py index cc194b5..cc18d57 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