diff --git a/Lib/os.py b/Lib/os.py index 488d3e4a2cf..128351e290e 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -76,6 +76,7 @@ def _get_exports_list(module): import ntpath as path else: import os2emxpath as path + from _emx_link import link import os2 __all__.extend(_get_exports_list(os2))