diff options
Diffstat (limited to 'tests/generic_views/views.py')
| -rw-r--r-- | tests/generic_views/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_views/views.py b/tests/generic_views/views.py index fe7fb88876..6dcac21aa6 100644 --- a/tests/generic_views/views.py +++ b/tests/generic_views/views.py @@ -6,8 +6,8 @@ from django.core.urlresolvers import reverse, reverse_lazy from django.utils.decorators import method_decorator from django.views import generic +from .models import Artist, Author, Book, BookSigning, Page from .test_forms import AuthorForm, ContactForm -from .models import Artist, Author, Book, Page, BookSigning class CustomTemplateView(generic.TemplateView): |
