Django 1.9: Adjusted import path

- Legacy-Id: 12615
This commit is contained in:
Henrik Levkowetz 2016-12-22 17:13:26 +00:00
parent eb167bc393
commit 471bbde4d5

View file

@ -1,6 +1,6 @@
from __future__ import unicode_literals
from django.template.base import Library
from django.template.library import Library
from django.template.defaultfilters import stringfilter
from ietf.utils.text import xslugify as _xslugify