summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/os.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 499e628561..4b31e4dcc8 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -525,12 +525,6 @@ if {open, stat} <= supports_dir_fd and {scandir, stat} <= supports_fd:
__all__.append("fwalk")
-# Make sure os.environ exists, at least
-try:
- environ
-except NameError:
- environ = {}
-
def execl(file, *args):
"""execl(file, *args)