commit | 13962fcc11b935ce802aa6ed8250385f1576c254 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Aug 18 01:45:29 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Aug 18 01:45:29 2008 +0000 |
tree | a7543f0b8be71298a2463bb8a6f67f965ea9b0d8 | |
parent | c9eed3ed71608568931bc9fa02c2412c1b49fbb2 [diff] [blame] |
Partially revert r65795 by undoing change to 'os'.
diff --git a/Lib/os.py b/Lib/os.py index 19a045a..2fdf668 100644 --- a/Lib/os.py +++ b/Lib/os.py
@@ -27,7 +27,7 @@ _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"]