summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/os.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 1583323..ddeb84c 100644
--- 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: