mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Rename MuteStdIO to RedirectStdIO
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3451ea0d83
commit
6f1fcdc693
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue