Rename MuteStdIO to RedirectStdIO

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-07-26 11:40:35 +02:00
commit 6f1fcdc693

View file

@ -5,7 +5,7 @@ import sys
import traceback
from fcntl import fcntl, F_GETFL, F_SETFL
class MuteStdIO: # export
class RedirectStdIO: # export
def __init__(self, stderr='on', stdout='off'):
self.__stderr = stderr