merge 3.2
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 @@
"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."""