diff options
-rw-r--r-- | Lib/popen2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/popen2.py b/Lib/popen2.py index 4580f58..e1bf363 100644 --- a/Lib/popen2.py +++ b/Lib/popen2.py @@ -111,7 +111,7 @@ class Popen4(Popen3): if sys.platform[:3] == "win": # Some things don't make sense on non-Unix platforms. - del Popen3, Popen4, _active, _cleanup + del Popen3, Popen4 def popen2(cmd, bufsize=-1, mode='t'): """Execute the shell command 'cmd' in a sub-process. If 'bufsize' is |