mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Please Travis: fix "ImportError: No module named contextlib"
This commit is contained in:
parent
efd47b87e1
commit
5076788eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from wagtail.wagtailcore.models import Page
|
|||
|
||||
from modeltranslation.settings import DEFAULT_LANGUAGE
|
||||
|
||||
from wagtail_modeltranslation.contextlib import use_language
|
||||
from ..contextlib import use_language
|
||||
|
||||
register = template.Library()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue