Skip to content

Commit 471bbde

Browse files
committed
Django 1.9: Adjusted import path
- Legacy-Id: 12615
1 parent eb167bc commit 471bbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/templatetags/textfilters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
from django.template.base import Library
3+
from django.template.library import Library
44
from django.template.defaultfilters import stringfilter
55

66
from ietf.utils.text import xslugify as _xslugify

0 commit comments

Comments
 (0)