7

adds python 2.7 compatibility

This commit is contained in:
Boris Besemer
2016-12-07 15:28:49 +01:00
parent 6f899a040b
commit 48f1f0a61d
13 changed files with 17 additions and 4 deletions

View File

@ -1,8 +1,7 @@
import pytest
from django.apps import apps
from wagtail.wagtailcore.models import Page, Site
from __future__ import absolute_import, unicode_literals
from tests.sandbox.pages.models import HomePage
import pytest
from wagtail.wagtailcore.models import Page, Site
@pytest.fixture(scope='session')