Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89f9865

Browse files
author
Andrew MacIntyre
committed
OS/2+EMX: make the link() emulation available as os.link()
1 parent eb477f0 commit 89f9865

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/os.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def _get_exports_list(module):
7676
import ntpath as path
7777
else:
7878
import os2emxpath as path
79+
from _emx_link import link
7980

8081
import os2
8182
__all__.extend(_get_exports_list(os2))

0 commit comments

Comments
 (0)