Changeset 5043


Ignore:
Timestamp:
Feb 18, 2008, 5:59:44 PM (16 years ago)
Author:
ole
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/system_tools.py

    r5042 r5043  
    181181
    182182    from zlib import crc32
    183     # On bogong binascii.crc32 gave a different answer to
    184     # zlib.crc32
    185     #from binascii import crc32 #(works as well on 32 bit machines)
    186183   
    187184    fid = open(filename, 'rb') # Use binary for portability
Note: See TracChangeset for help on using the changeset viewer.