Remove unused UnpackException.

This commit is contained in:
INADA Naoki 2012-12-10 20:12:38 +09:00
parent 30025c7ea0
commit 1c0fe10a2f

View file

@ -39,7 +39,6 @@ cdef int DEFAULT_RECURSE_LIMIT=511
from msgpack.exceptions import ( from msgpack.exceptions import (
UnpackException,
BufferFull, BufferFull,
OutOfData, OutOfData,
UnpackValueError, UnpackValueError,