Kaydet (Commit) 6c0a0e15 authored tarafından Skip Montanaro's avatar Skip Montanaro

added some elements missing from __all__

üst 457aab23
......@@ -27,7 +27,8 @@ _names = sys.builtin_module_names
altsep = None
__all__ = []
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
"defpath", "name"]
def _get_exports_list(module):
try:
......
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