Staging
v0.8.1
Revision 399502c0ba39f545fcdf6230e2e163961c655480 authored by cvs2svn on 09 October 1997, 23:32:24 UTC, committed by cvs2svn on 09 October 1997, 23:32:24 UTC
1 parent 9a513ef
Raw File
ospath.py
# ospath.py is obsolete
import os
exec 'from %s import *' % os.name
back to top