7

Updated requirements and module paths

This commit is contained in:
Jasper Berghoef
2018-03-16 09:58:24 +01:00
committed by blurrah
parent 9b25cd2a94
commit 6b7a1ed591
13 changed files with 66 additions and 64 deletions

View File

@ -10,7 +10,7 @@ from django.utils.encoding import force_text, python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
from modelcluster.fields import ParentalKey
from user_agents import parse
from wagtail.wagtailadmin.edit_handlers import (
from wagtail.admin.edit_handlers import (
FieldPanel, FieldRowPanel, PageChooserPanel)