app/django/views/generic/__init__.py
author Augie Fackler <durin42@gmail.com>
Sun, 26 Oct 2008 00:57:33 +0000
changeset 421 11aa742bf1dc
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Remove bogus import from a previous iteration.

class GenericViewError(Exception):
    """A problem in a generic view."""
    pass