summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-08 20:35:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-08 20:35:09 (GMT)
commit3a0792da6ee18f6307172559fe19c7bb935e9ce6 (patch)
treed816d25bab91af84af696700d3bab0c77410ef19
parent845f1526a301d160d4eec0ce3663a4d645b86493 (diff)
parent31dc3735a5538792c907b796119afd94bc22e19c (diff)
downloadcpython-3a0792da6ee18f6307172559fe19c7bb935e9ce6.zip
cpython-3a0792da6ee18f6307172559fe19c7bb935e9ce6.tar.gz
cpython-3a0792da6ee18f6307172559fe19c7bb935e9ce6.tar.bz2
merge 3.2
-rw-r--r--Lib/test/support.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index e8a5911..428595b 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -42,8 +42,9 @@ __all__ = [
"BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",
"threading_cleanup", "reap_children", "cpython_only", "check_impl_detail",
"get_attribute", "swap_item", "swap_attr", "requires_IEEE_754",
- "TestHandler", "Matcher", "can_symlink", "skip_unless_symlink"]
-
+ "TestHandler", "Matcher", "can_symlink", "skip_unless_symlink",
+ "import_fresh_module"
+ ]
class Error(Exception):
"""Base class for regression test exceptions."""