test[py]: python compatible field support

This commit is contained in:
godotg
2023-09-28 10:50:25 +08:00
parent 646b9a8bd0
commit b2a5f460bf
10 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
from unittest import TestCase
import struct
from pyProtocol import ProtocolManager
from pyProtocol import ByteBuffer
from zfoopy import ProtocolManager
from zfoopy import ByteBuffer
def print_bytearray(array):
signed_byte_array = struct.unpack('b' * len(array), array)