Skip to content

Commit b79e5ba

Browse files
committed
Split _msgpack.pyx
1 parent eec02b8 commit b79e5ba

File tree

5 files changed

+407
-382
lines changed

5 files changed

+407
-382
lines changed

msgpack/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# coding: utf-8
22
from msgpack._version import version
33
from msgpack.exceptions import *
4-
from msgpack._packer import pack, packb, Packer, unpack, unpackb, Unpacker
4+
from msgpack._packer import pack, packb, Packer
5+
from msgpack._unpacker import unpack, unpackb, Unpacker
56

67
# alias for compatibility to simplejson/marshal/pickle.
78
load = unpack

0 commit comments

Comments
 (0)