Commit 01c9a160 authored by Benjamin Peterson's avatar Benjamin Peterson

import_fresh_module ought to be in __all__

parent 1bd816e5
......@@ -35,7 +35,8 @@ __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
"run_with_locale", "set_memlimit", "bigmemtest", "bigaddrspacetest",
"BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",
"threading_cleanup", "reap_children", "cpython_only",
"check_impl_detail", "get_attribute", "py3k_bytes"]
"check_impl_detail", "get_attribute", "py3k_bytes",
"import_fresh_module"]
class Error(Exception):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment