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

This commit is contained in:
Andrew MacIntyre 2003-12-02 12:33:01 +00:00
parent eb477f05cf
commit 89f9865b91
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ elif 'os2' in _names:
import ntpath as path
else:
import os2emxpath as path
from _emx_link import link
import os2
__all__.extend(_get_exports_list(os2))