Commit 985c939d authored by Matt Boersma's avatar Matt Boersma
Browse files

[1.0.X] Fixed import statement in admin_views test to work with Python 2.3.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 55f1c3e1
Loading
Loading
Loading
Loading
+13 −14
Original line number Diff line number Diff line
@@ -12,10 +12,9 @@ from django.contrib.admin.util import quote
from django.utils.html import escape

# local test models
from models import (Article, BarAccount, CustomArticle, EmptyModel,
                    FooAccount, Gallery, ModelWithStringPrimaryKey,
                    Person, Persona, Picture, Section,
                    Collector, Widget, Grommet, DooHickey, FancyDoodad, Whatsit)
from models import Article, BarAccount, CustomArticle, EmptyModel, \
    FooAccount, Gallery, ModelWithStringPrimaryKey, Person, Persona, Picture, \
    Section, Collector, Widget, Grommet, DooHickey, FancyDoodad, Whatsit

try:
    set