8000 Fix error in tests. · scott2b/msgpack-python@6076274 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

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

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)
0