Commit 89f9865b authored by Andrew MacIntyre's avatar Andrew MacIntyre

OS/2+EMX: make the link() emulation available as os.link()

parent eb477f05
...@@ -76,6 +76,7 @@ elif 'os2' in _names: ...@@ -76,6 +76,7 @@ elif 'os2' in _names:
import ntpath as path import ntpath as path
else: else:
import os2emxpath as path import os2emxpath as path
from _emx_link import link
import os2 import os2
__all__.extend(_get_exports_list(os2)) __all__.extend(_get_exports_list(os2))
......
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