Staging
v0.5.1
Revision c94d53db0e54d919ed3d37b85bd8d6e7f5a64a9e authored by cvs2svn on 11 October 1994, 15:44:53 UTC, committed by cvs2svn on 11 October 1994, 15:44:53 UTC
1 parent 7647b82
Raw File
ospath.py
# ospath.py is obsolete
import os
exec 'from %s import *' % os.name
back to top