diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/packet.py | 2 | ||||
-rw-r--r-- | net/packet_out.py | 1 | ||||
-rw-r--r-- | net/protocol.py | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net/packet.py b/net/packet.py index 16b4f79..52bdf71 100644 --- a/net/packet.py +++ b/net/packet.py @@ -1,5 +1,5 @@ -"""The PacketBuffer class has been adapted from source originally released by gnufrk""" +# The PacketBuffer class has been adapted from source originally released by gnufrk import struct diff --git a/net/packet_out.py b/net/packet_out.py index 1d6e2d2..366be5f 100644 --- a/net/packet_out.py +++ b/net/packet_out.py @@ -1,3 +1,4 @@ +# This file has been adapted from source originally released by gnufrk from packet import * from protocol import * diff --git a/net/protocol.py b/net/protocol.py index 4a4b74f..d110a7e 100644 --- a/net/protocol.py +++ b/net/protocol.py @@ -1,3 +1,4 @@ +# This file has been adapted from source originally released by gnufrk SMSG_LOGIN_DATA = 0x0069 SMSG_CHAR_LOGIN = 0x006b SMSG_CHAR_MAP_INFO = 0x0071 |