summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/os.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/os.py b/Lib/os.py
index a8a08ed..a4d07c9 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -42,9 +42,7 @@ elif 'nt' in _names:
curdir = '.'; pardir = '..'; sep = '\\'; pathsep = ';'
defpath = '.;C:\\bin'
from nt import *
- for i in ['_exit',
- '_P_WAIT', '_P_NOWAIT', '_P_OVERLAY',
- '_P_NOWAITO', '_P_DETACH']:
+ for i in ['_exit']:
try:
exec "from nt import " + i
except ImportError: