Skip to content

Commit 6076274

Browse files
committed
Fix error in tests.
1 parent 8c3c8a2 commit 6076274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_pack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from nose.tools import *
66
from nose.plugins.skip import SkipTest
77

8-
from msgpack import packs, unpacks
8+
from msgpack import packs, unpacks, Packer, Unpacker
99

1010
from StringIO import StringIO
1111

0 commit comments

Comments
 (0)