diff options
-rw-r--r-- | cmd2/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 74f83c64..95f7907b 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -509,5 +509,3 @@ class RedirectionSavedState(object): # If the command created a process to pipe to, then then is its reader self.pipe_proc_reader = None - - |