Changeset 4370
- Timestamp:
- 03/15/09 16:28:28 (4 years ago)
- Files:
-
- 1 modified
-
trunk/bin/umit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/umit
r4276 r4370 173 173 stderr_output = mktemp() 174 174 175 old_stdout = sys.stdout176 old_stderr = sys.stderr177 178 175 _stdout = open(stdout_output, "w") 179 176 _stderr = open(stderr_output, "w")
