Kaydet (Commit) f3b3c569 authored tarafından Claude Paroz's avatar Claude Paroz

One more changed import location of wraps

üst 66c83dce
import warnings import warnings
from functools import wraps
from django.contrib.sites.models import get_current_site from django.contrib.sites.models import get_current_site
from django.core import urlresolvers from django.core import urlresolvers
...@@ -6,7 +7,6 @@ from django.core.paginator import EmptyPage, PageNotAnInteger ...@@ -6,7 +7,6 @@ from django.core.paginator import EmptyPage, PageNotAnInteger
from django.http import Http404 from django.http import Http404
from django.template.response import TemplateResponse from django.template.response import TemplateResponse
from django.utils import six from django.utils import six
from django.utils.functional import wraps
def x_robots_tag(func): def x_robots_tag(func):
@wraps(func) @wraps(func)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment