diff --git a/tools/python/jwutils/MuteStdIO.py b/tools/python/jwutils/RedirectStdIO.py similarity index 97% rename from tools/python/jwutils/MuteStdIO.py rename to tools/python/jwutils/RedirectStdIO.py index f546aec..48bd7d3 100644 --- a/tools/python/jwutils/MuteStdIO.py +++ b/tools/python/jwutils/RedirectStdIO.py @@ -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