Changeset 49


Ignore:
Timestamp:
05/31/13 19:06:39 (11 years ago)
Author:
tmorgan
Message:

fixed python3 port bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/bletchley/buffertools.py

    r43 r49  
    132132        return None
    133133
    134     length = ord(decrypted[-1])
     134    length = decrypted[-1]
    135135    if length > block_size:
    136136        if log_file:
Note: See TracChangeset for help on using the changeset viewer.