Changeset b14b71e in mainline
- Timestamp:
- 2010-10-25T12:56:06Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e503d3a9
- Parents:
- cc8d91a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/pack.py
rcc8d91a rb14b71e 113 113 114 114 comp_in = file(component, "rb") 115 comp_data = comp_in.read() ;115 comp_data = comp_in.read() 116 116 comp_in.close() 117 117
Note:
See TracChangeset
for help on using the changeset viewer.