Browse Source

changed msg.py to a subpackage

pull/55/head
Rossen Georgiev 9 years ago
parent
commit
8928bc7ed7
  1. 6
      steam/core/msg/__init__.py
  2. 0
      steam/core/msg/headers.py
  3. 0
      steam/core/msg/structs.py
  4. 0
      steam/core/msg/unified.py

6
steam/core/msg.py → steam/core/msg/__init__.py

@ -1,7 +1,7 @@
import fnmatch
from steam.core.msg_unified import get_um
from steam.core.msg_structs import get_struct
from steam.core.msg_headers import MsgHdr, ExtendedMsgHdr, MsgHdrProtoBuf, GCMsgHdr, GCMsgHdrProto
from steam.core.msg.unified import get_um
from steam.core.msg.structs import get_struct
from steam.core.msg.headers import MsgHdr, ExtendedMsgHdr, MsgHdrProtoBuf, GCMsgHdr, GCMsgHdrProto
from steam.enums.emsg import EMsg
from steam.protobufs import steammessages_base_pb2
from steam.protobufs import steammessages_clientserver_pb2

0
steam/core/msg_headers.py → steam/core/msg/headers.py

0
steam/core/msg_structs.py → steam/core/msg/structs.py

0
steam/core/msg_unified.py → steam/core/msg/unified.py

Loading…
Cancel
Save