Changeset 193:ef5f3f8cf79e
- Timestamp:
- 05/18/12 15:49:30 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
diffdist.py
r189 r193 75 75 with os.fdopen(fd, "wt") as f: 76 76 finalManifest.writeInto(f) 77 77 os.chmod(path, 0644) 78 78 tarFile.add(path, arcname = manifestName) 79 79 tarFile.close()
Note:
See TracChangeset
for help on using the changeset viewer.