summaryrefslogtreecommitdiff
path: root/polls/feeds.py
diff options
context:
space:
mode:
Diffstat (limited to 'polls/feeds.py')
-rw-r--r--polls/feeds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/polls/feeds.py b/polls/feeds.py
index 66e896a..c2c79be 100644
--- a/polls/feeds.py
+++ b/polls/feeds.py
@@ -23,8 +23,8 @@ from django.core.exceptions import ObjectDoesNotExist
from django.contrib.syndication.feeds import Feed
from django.utils.translation import gettext_lazy as _
-from settings import BASE_SITE
-from polls.models import Poll, Vote, Voter
+from papillon.settings import BASE_SITE
+from papillon.polls.models import Poll, Vote, Voter
class VoterFeedObject:
def __init__(self, voter):