cpython/Lib/ospath.py

4 lines
68 B
Python
Raw Normal View History

# ospath.py is obsolete
import os
exec 'from %s import *' % os.name