From 262c5827a5cc0c1902bd4fadad95a3ad8d267e98 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 8 May 2011 15:32:46 -0500 Subject: [PATCH] put import_fresh_module in __all__ --- Lib/test/support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/support.py b/Lib/test/support.py index bef7161e9a1a..9675df50e943 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):