Skip to content

Commit 6076274

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pack.py

+1-1
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)