web/lib/django/views/generic/__init__.py
changeset 38 77b6da96e6f1
parent 0 0d40e90630ef
equal deleted inserted replaced
37:8d941af65caf 38:77b6da96e6f1
       
     1 class GenericViewError(Exception):
       
     2     """A problem in a generic view."""
       
     3     pass