mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-03 06:40:28 +00:00
Move misplaced test file
This commit is contained in:
parent
8364dcd9ab
commit
0b588e47eb
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ from __future__ import absolute_import, unicode_literals
|
|||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
from wagtail.wagtailsearch.backends import get_search_backend
|
||||
from wagtail.core.models import Page
|
||||
from wagtail.search.backends import get_search_backend
|
||||
|
||||
|
||||
class PageSearchTests(object):
|
||||
Loading…
Reference in a new issue