]> granicus.if.org Git - python/commitdiff
OS/2+EMX: make the link() emulation available as os.link()
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:33:01 +0000 (12:33 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:33:01 +0000 (12:33 +0000)
Lib/os.py

index 488d3e4a2cf83bad5d1c8921da77a87282658e81..128351e290e3752b7643acb5fcdaf243ad5a04c9 100644 (file)
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -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))