summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-09-05 18:59:49 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-09-05 18:59:49 (GMT)
commit1138eba3df894800ade11a149cd8d8584ecc4b30 (patch)
tree66d7889cc23b50a1fa971363aff4b8e1533e6325 /Lib/test
parent36d551a317f4d8066f359910a2856a004f0e1fce (diff)
downloadcpython-1138eba3df894800ade11a149cd8d8584ecc4b30.zip
cpython-1138eba3df894800ade11a149cd8d8584ecc4b30.tar.gz
cpython-1138eba3df894800ade11a149cd8d8584ecc4b30.tar.bz2
Fix accidental suppression in r84537v3.2a2
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_set.py2
1 files changed, 1 insertions, 1 deletions
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