diff options
author | Guido van Rossum <guido@python.org> | 1997-12-05 19:49:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-05 19:49:14 (GMT) |
commit | 63cf3960dfc097be2770fcbfb82b5c0cf40e9972 (patch) | |
tree | dcbf4155fa3e8d92a78c078b9f950287f1d3b100 /Lib | |
parent | e467be6511a83525d8875e1e3d196443a88faee9 (diff) | |
download | cpython-63cf3960dfc097be2770fcbfb82b5c0cf40e9972.zip cpython-63cf3960dfc097be2770fcbfb82b5c0cf40e9972.tar.gz cpython-63cf3960dfc097be2770fcbfb82b5c0cf40e9972.tar.bz2 |
ospath.py has been obsolete for long enough.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ospath.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/ospath.py b/Lib/ospath.py deleted file mode 100644 index 1e66759..0000000 --- a/Lib/ospath.py +++ /dev/null @@ -1,3 +0,0 @@ -# ospath.py is obsolete -import os -exec 'from %s import *' % os.name |