
"""
Application-level definitions for the zlib module.

NOT_RPYTHON
"""

class error(Exception):
    """
    Raised by zlib operations.
    """

