code are for. Also add a note that the import * at the end of the file should
eventually go away.
__builtins__['__import__'] = original__import__
+# Bootstrap help #####################################################
+
def _case_ok(directory, check):
"""Check if the directory contains something matching 'check'.
marshal._r_long = _r_long
+# Public API #########################################################
+
__import__ = _bootstrap.Import().__call__
return sys.modules[name]
-
+# XXX This should go away once the public API is done.
from ._bootstrap import *