mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
4 lines
68 B
Python
4 lines
68 B
Python
# ospath.py is obsolete
|
|
import os
|
|
exec 'from %s import *' % os.name
|