Changeset 5043
- Timestamp:
- Feb 18, 2008, 5:59:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/system_tools.py
r5042 r5043 181 181 182 182 from zlib import crc32 183 # On bogong binascii.crc32 gave a different answer to184 # zlib.crc32185 #from binascii import crc32 #(works as well on 32 bit machines)186 183 187 184 fid = open(filename, 'rb') # Use binary for portability
Note: See TracChangeset
for help on using the changeset viewer.