diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-08-18 01:45:29 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-08-18 01:45:29 (GMT) |
commit | 13962fcc11b935ce802aa6ed8250385f1576c254 (patch) | |
tree | a7543f0b8be71298a2463bb8a6f67f965ea9b0d8 /Lib/os.py | |
parent | c9eed3ed71608568931bc9fa02c2412c1b49fbb2 (diff) | |
download | cpython-13962fcc11b935ce802aa6ed8250385f1576c254.zip cpython-13962fcc11b935ce802aa6ed8250385f1576c254.tar.gz cpython-13962fcc11b935ce802aa6ed8250385f1576c254.tar.bz2 |
Partially revert r65795 by undoing change to 'os'.
Diffstat (limited to 'Lib/os.py')
-rw-r--r-- | Lib/os.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |