summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-10-23 20:03:22 +0200
committerStefan Beller <stefanbeller@googlemail.com>2011-10-23 20:04:45 +0200
commit060f0523436e8cb206f463b78ba5e7e60a28babc (patch)
treeb3bd59df489bc05d5a0ebd0a334adb92a3c1358b /net
parent17033910747e0e2a5d42583934fb292dd55ff599 (diff)
downloadmanamarket-060f0523436e8cb206f463b78ba5e7e60a28babc.tar.gz
manamarket-060f0523436e8cb206f463b78ba5e7e60a28babc.tar.bz2
manamarket-060f0523436e8cb206f463b78ba5e7e60a28babc.tar.xz
manamarket-060f0523436e8cb206f463b78ba5e7e60a28babc.zip
Adding serious file headers.
Diffstat (limited to 'net')
-rw-r--r--net/packet.py2
-rw-r--r--net/packet_out.py1
-rw-r--r--net/protocol.py1
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