summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-09-05 18:59:49 +0000
committerÉric Araujo <merwok@netwok.org>2010-09-05 18:59:49 +0000
commitcab0a4011986b4d405cf773eb8d3aa3bd3bab9de (patch)
treeb770027216793b00bb06b43e05c43a6395f51647
parent6f9a52ef776b79a1a3ddd3abe6d9c98292f78d6d (diff)
downloadcpython-3.2a2.tar.gz
Fix accidental suppression in r84537v3.2a2
-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 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