mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Fix error in tests.
This commit is contained in:
parent
8c3c8a250b
commit
60762747b9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from nose import main
|
|||
from nose.tools import *
|
||||
from nose.plugins.skip import SkipTest
|
||||
|
||||
from msgpack import packs, unpacks
|
||||
from msgpack import packs, unpacks, Packer, Unpacker
|
||||
|
||||
from StringIO import StringIO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue