app/django/views/generic/__init__.py
author Mario Ferraro <fadinlight@gmail.com
Mon, 06 Jul 2009 00:29:30 +0200
changeset 2553 dace76c88446
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix button layout on Safari 4.0 for Survey take page. Reviewed by: Lennard de Rijk

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