This commit is contained in:
INADA Naoki 2013-10-20 23:06:02 +09:00
parent 822cce823c
commit 0d5c58bd51
3 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,9 @@
#!/usr/bin/env python
# coding: utf-8
import py
import six
from msgpack import Unpacker, BufferFull
from msgpack.exceptions import OutOfData, ExtraData, UnpackValueError
from msgpack.exceptions import OutOfData
from pytest import raises