diff --git a/Lib/site.py b/Lib/site.py index 7848553122f..9dfe6ce2c79 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -151,7 +151,6 @@ for prefix in prefixes: if os.path.isdir(sitedir): addsitedir(sitedir) -del dirs_in_sys_path # Define new built-ins 'quit' and 'exit'. # These are simply strings that display a hint on how to exit.