7

Switches back to absolute wagtail_personalisation imports.

This commit is contained in:
Bertrand Bordage
2017-05-31 17:41:12 +02:00
parent f88722c827
commit 5fbfb82480
6 changed files with 14 additions and 14 deletions

View File

@ -4,9 +4,9 @@ from django.conf import settings
from django.db.models import F
from django.utils.module_loading import import_string
from .models import Segment
from .rules import AbstractBaseRule
from .utils import create_segment_dictionary
from wagtail_personalisation.models import Segment
from wagtail_personalisation.rules import AbstractBaseRule
from wagtail_personalisation.utils import create_segment_dictionary
class BaseSegmentsAdapter(object):