Skip to content

Commit

Permalink
Adding a new import and alphabetizing them (OCD, I know)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Dec 16, 2010
1 parent 9d92b0d commit df83dd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editor/templatetags/admin_tree_list.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from django.contrib.admin.templatetags.admin_list import result_headers
from django.db import models
from django.template import Library
from django.core.exceptions import ObjectDoesNotExist
from django.contrib.admin.templatetags.admin_list import result_headers
from django.contrib.admin.util import lookup_field, display_for_field, label_for_field
from django.contrib.admin.views.main import EMPTY_CHANGELIST_VALUE
from django.core.exceptions import ObjectDoesNotExist
from django.utils.encoding import smart_unicode, force_unicode
from django.utils.safestring import mark_safe
from django.utils.html import escape, conditional_escape
from django.db import models

from django.utils.safestring import mark_safe

register = Library()

Expand Down

0 comments on commit df83dd2

Please sign in to comment.