app/django/views/generic/__init__.py
author Todd Larsen <tlarsen@google.com>
Sat, 18 Oct 2008 05:26:53 +0000
changeset 379 886632e5500d
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Remove another now-empty templates directory. Patch by: Todd Larsen Review by: to-be-reviewed

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