diff options
author | INADA Naoki <inada-n@klab.com> | 2012-12-10 20:12:38 +0900 |
---|---|---|
committer | INADA Naoki <inada-n@klab.com> | 2012-12-10 20:12:38 +0900 |
commit | 1c0fe10a2fd5a32cf3f558683695220f3718a4b8 (patch) | |
tree | 2d4e78eec383de10bea5bcc68b8229669daa9680 /msgpack/_msgpack.pyx | |
parent | 30025c7ea0a53e17a907ad35ffa56b7b7efd99d1 (diff) | |
download | msgpack-python-1c0fe10a2fd5a32cf3f558683695220f3718a4b8.tar.gz |
Remove unused UnpackException.
Diffstat (limited to 'msgpack/_msgpack.pyx')
-rw-r--r-- | msgpack/_msgpack.pyx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/msgpack/_msgpack.pyx b/msgpack/_msgpack.pyx index 74a4cc4..52d63cc 100644 --- a/msgpack/_msgpack.pyx +++ b/msgpack/_msgpack.pyx @@ -39,7 +39,6 @@ cdef int DEFAULT_RECURSE_LIMIT=511 from msgpack.exceptions import ( - UnpackException, BufferFull, OutOfData, UnpackValueError, |