]> granicus.if.org Git - python/commitdiff
Partially revert r65795 by undoing change to 'os'.
authorBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 01:45:29 +0000 (01:45 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 01:45:29 +0000 (01:45 +0000)
Lib/os.py

index 19a045a01d8bd6962ff5553dd0800b1863826311..2fdf6688a94bea970c2c318040197774524df2fb 100644 (file)
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -27,7 +27,7 @@ import sys, errno
 _names = sys.builtin_module_names
 
 # Note:  more names are added to __all__ later.
-__all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
+__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
            "defpath", "name", "path", "devnull",
            "SEEK_SET", "SEEK_CUR", "SEEK_END"]