From: Guido van Rossum Date: Fri, 5 Dec 1997 19:49:14 +0000 (+0000) Subject: ospath.py has been obsolete for long enough. X-Git-Tag: v1.5b2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63cf3960dfc097be2770fcbfb82b5c0cf40e9972;p=thirdparty%2FPython%2Fcpython.git ospath.py has been obsolete for long enough. --- diff --git a/Lib/ospath.py b/Lib/ospath.py deleted file mode 100644 index 1e66759d106a..000000000000 --- a/Lib/ospath.py +++ /dev/null @@ -1,3 +0,0 @@ -# ospath.py is obsolete -import os -exec 'from %s import *' % os.name