summaryrefslogtreecommitdiffstats
path: root/Lib/popen2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/popen2.py')
-rw-r--r--Lib/popen2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/popen2.py b/Lib/popen2.py
index 954eb29..8b1af76 100644
--- a/Lib/popen2.py
+++ b/Lib/popen2.py
@@ -158,7 +158,7 @@ else:
return inst.fromchild, inst.tochild
__all__.extend(["Popen3", "Popen4"])
-
+
def _test():
cmd = "cat"
teststr = "ab cd\n"