Changeset 4370

Show
Ignore:
Timestamp:
03/15/09 16:28:28 (4 years ago)
Author:
gpolo
Message:

We don't need to store the old stdout and stderr, sys already does it for us.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/umit

    r4276 r4370  
    173173    stderr_output = mktemp() 
    174174 
    175     old_stdout = sys.stdout 
    176     old_stderr = sys.stderr 
    177  
    178175    _stdout = open(stdout_output, "w") 
    179176    _stderr = open(stderr_output, "w")