change how constants are imported

This commit is contained in:
Cort Buffington
2018-12-27 14:36:32 -06:00
parent c3eee1b9b1
commit 8585b75dc0
3 changed files with 38 additions and 38 deletions

View File

@@ -50,7 +50,7 @@ HBPF_SLT_VTERM = 0x2
DMRD = b'DMRD'
MSTCL = b'MSTCL'
MSTNAK = b'MSTNAC'
MSPONG = b'MSPONG'
MSTPONG = b'MSTPONG'
MSTN = b'MSTN'
MSTP = b'MSTP'
MSTC = b'MSTC'