mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
OS/2+EMX: make the link() emulation available as os.link()
This commit is contained in:
parent
eb477f05cf
commit
89f9865b91
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue