Changeset 432f68a in mainline for tools/mkhord.py


Ignore:
Timestamp:
2011-03-21T15:29:05Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5287502, 5e3eea10, 667a4f8, ab10b842, f554a94
Parents:
afe1d1e
git-author:
Vojtech Horky <> (2011-03-21 15:29:05)
git-committer:
Martin Decky <martin@…> (2011-03-21 15:29:05)
Message:

improve compatibility with Python 3.2 (thx Vojtech Horky)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkhord.py

    rafe1d1e r432f68a  
    8484        payload_size_aligned = align_up(payload_size, align)
    8585       
    86         header.tag = "HORD"
     86        header.tag = b"HORD"
    8787        header.version = 1
    8888        header.encoding = HORD_LSB
Note: See TracChangeset for help on using the changeset viewer.