mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-13 11:40:58 +00:00
Removed unrequired import.
This commit is contained in:
parent
31eba894d8
commit
4b6fae8a27
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@ from django.utils.translation import ugettext_lazy, ugettext as _
|
|||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.forms.formsets import all_valid
|
||||
|
||||
try:
|
||||
set
|
||||
except NameError:
|
||||
from sets import Set as set # Python 2.3 fallback
|
||||
|
||||
try:
|
||||
from django.contrib.admin import actions
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue