app/django/views/generic/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 12 Feb 2009 12:30:36 +0000
changeset 1278 a7766286a7be
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Load /Users/solydzajs/Downloads/google_appengine into trunk/thirdparty/google_appengine.

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