Django 1.9: Adjusted import path
- Legacy-Id: 12615
This commit is contained in:
parent
eb167bc393
commit
471bbde4d5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue