summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-05 19:49:14 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-05 19:49:14 (GMT)
commit63cf3960dfc097be2770fcbfb82b5c0cf40e9972 (patch)
treedcbf4155fa3e8d92a78c078b9f950287f1d3b100 /Lib
parente467be6511a83525d8875e1e3d196443a88faee9 (diff)
downloadcpython-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.py3
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