From: Benjamin Peterson Date: Sun, 8 May 2011 20:32:46 +0000 (-0500) Subject: put import_fresh_module in __all__ X-Git-Tag: v3.2.1rc1~44^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=262c5827a5cc0c1902bd4fadad95a3ad8d267e98;p=python put import_fresh_module in __all__ --- diff --git a/Lib/test/support.py b/Lib/test/support.py index bef7161e9a..9675df50e9 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py @@ -32,6 +32,7 @@ __all__ = [ "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):