mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
64b4ab18b4
commit
c2ffe94d9a
@ -8,10 +8,6 @@ against request forgeries from other sites.
|
|||||||
import itertools
|
import itertools
|
||||||
import re
|
import re
|
||||||
import random
|
import random
|
||||||
try:
|
|
||||||
from functools import wraps
|
|
||||||
except ImportError:
|
|
||||||
from django.utils.functional import wraps # Python 2.3, 2.4 fallback.
|
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.core.urlresolvers import get_callable
|
from django.core.urlresolvers import get_callable
|
||||||
|
Loading…
Reference in New Issue
Block a user