commit | 262c5827a5cc0c1902bd4fadad95a3ad8d267e98 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 08 15:32:46 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 08 15:32:46 2011 -0500 |
tree | e37d39280754aaa2748e673f9a344e9cf24cde4b | |
parent | 1c3fd58281a756ab62f927775beda5bc37a4e0e3 [diff] [blame] |
put import_fresh_module in __all__
diff --git a/Lib/test/support.py b/Lib/test/support.py index bef7161..9675df5 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py
@@ -32,6 +32,7 @@ "set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner", "run_unittest", "run_doctest", "threading_setup", "threading_cleanup", "reap_children", "cpython_only", "check_impl_detail", "get_attribute", + "import_fresh_module" ] class Error(Exception):