We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3c8a2 commit 6076274Copy full SHA for 6076274
test/test_pack.py
@@ -5,7 +5,7 @@
5
from nose.tools import *
6
from nose.plugins.skip import SkipTest
7
8
-from msgpack import packs, unpacks
+from msgpack import packs, unpacks, Packer, Unpacker
9
10
from StringIO import StringIO
11
0 commit comments