diff options
author | Grissess <grissess@nexusg.org> | 2016-09-13 01:08:34 -0400 |
---|---|---|
committer | Grissess <grissess@nexusg.org> | 2016-09-13 01:08:34 -0400 |
commit | 4f3cee39bde8b6e90758d499af85710ce4436136 (patch) | |
tree | 8eb3246d822643c2f1ef6eda4c9ea4e30008ab40 /packet.py | |
parent | bab20d4625ddddad7911d548edca12cc0ea93c6b (diff) |
Small fixes to handling of obligate polyphones
...that is now my new favorite phrase :)
Diffstat (limited to 'packet.py')
-rw-r--r-- | packet.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,3 +31,5 @@ def itos(i): def stoi(s): return struct.unpack('>L', s.ljust(4, '\0'))[0] + +OBLIGATE_POLYPHONE = 0xffffffff |