]> granicus.if.org Git - python/commitdiff
added some elements missing from __all__
authorSkip Montanaro <skip@pobox.com>
Wed, 28 Feb 2001 01:00:58 +0000 (01:00 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 28 Feb 2001 01:00:58 +0000 (01:00 +0000)
Lib/os.py

index 15833238f16ec2ed46a246fb5e7bc84c070cf8a1..ddeb84c212ab8437806f8066b67c1febcea4677d 100644 (file)
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -27,7 +27,8 @@ _names = sys.builtin_module_names
 
 altsep = None
 
-__all__ = []
+__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
+           "defpath", "name"]
 
 def _get_exports_list(module):
     try: