From ca967992b54e23633a1006c09457e9f3b852c333 Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Mon, 27 Sep 2010 07:11:16 -0400 Subject: [PATCH] fix a comment --- pyfpdb/GuiAutoImport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/GuiAutoImport.py b/pyfpdb/GuiAutoImport.py index 52410f79..2ff70ca8 100755 --- a/pyfpdb/GuiAutoImport.py +++ b/pyfpdb/GuiAutoImport.py @@ -231,8 +231,8 @@ class GuiAutoImport (threading.Thread): if Configuration.FROZEN or (os.name == "nt" and win32console.GetConsoleWindow()) == 0: self.pipe_to_hud = subprocess.Popen(command, bufsize=bs, stdin=subprocess.PIPE, - stdout=subprocess.PIPE, # only needed for py2exe - stderr=subprocess.PIPE, # only needed for py2exe + stdout=subprocess.PIPE, # needed for pythonw / py2exe + stderr=subprocess.PIPE, # needed for pythonw / py2exe universal_newlines=True ) else: