app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 28 Jun 2009 17:44:44 +0200
changeset 2439 7fac0da44bbf
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Put ResultsLogic in its own Logic module named survey_record.

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