Skip to content

Commit 99aa5e9

Browse files
committed
Import update_wrapper from functools instead of from Django
- Legacy-Id: 6886
1 parent 46247a2 commit 99aa5e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/group/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
from functools import update_wrapper
2+
13
from django.contrib import admin
24
from django import template
3-
from django.utils.functional import update_wrapper
45
from django.contrib.admin.util import unquote
56
from django.core.exceptions import PermissionDenied
67
from django.core.management import load_command_class
78
from django.http import Http404
89
from django.shortcuts import render_to_response
910
from django.utils.encoding import force_unicode
10-
from django.utils.functional import update_wrapper
1111
from django.utils.html import escape
1212
from django.utils.translation import ugettext as _
1313

0 commit comments

Comments
 (0)