Commit c2ffe94d authored by Luke Plant's avatar Luke Plant
Browse files

Removed unused import.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 64b4ab18
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ against request forgeries from other sites.
import itertools
import re
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.core.urlresolvers import get_callable