Staging
v0.5.1
Raw File
ospath.py
# ospath.py is obsolete
import os
exec 'from %s import *' % os.name
back to top