fix from @sirkonst feedback

This commit is contained in:
benoitc 2012-10-25 20:57:23 +02:00
parent d218ba54c6
commit f0deed1529

View File

@ -3,7 +3,7 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
class ParseException(BaseException):
class ParseException(Exception):
pass
class NoMoreData(IOError):