Changeset 8844 for packaging/centuryegg/fake_subprocess.py
- Timestamp:
- 09/28/09 07:24:48 (3 years ago)
- Files:
-
- 1 modified
-
packaging/centuryegg/fake_subprocess.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
packaging/centuryegg/fake_subprocess.py
r8577 r8844 9 9 if stderr: 10 10 cmd += " 2>%s" % stderr.name 11 print cmd12 11 return cmd 13 12 make_cmd = staticmethod(make_cmd)
