Partially revert r65795 by undoing change to 'os'.

This commit is contained in:
Brett Cannon 2008-08-18 01:45:29 +00:00
parent c9eed3ed71
commit 13962fcc11
1 changed files with 1 additions and 1 deletions

View File

@ -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"]