Skip to content

Commit 6184170

Browse files
committed
Changed import path from a deprecated path to the kosher one.
- Legacy-Id: 14667
1 parent 26bf387 commit 6184170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/tests_downref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from __future__ import unicode_literals
55

6-
from django.core.urlresolvers import reverse as urlreverse
6+
from django.urls import reverse as urlreverse
77

88
import debug # pyflakes:ignore
99

0 commit comments

Comments
 (0)