aboutsummaryrefslogtreecommitdiffstats
path: root/ryuslash/aggregator/feeds.py
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-09 21:25:06 +0200
committerGravatar Tom Willemse2013-05-09 21:25:06 +0200
commitc4684123b3323a9a61fe1eea5b3228086bfcb8ee (patch)
tree705c842ce466cdb1f8fe7e4190b11aa967f59fb4 /ryuslash/aggregator/feeds.py
parentc413a73eebdb41b1085bc690d30a475b9da1316e (diff)
downloadryuslash.org-c4684123b3323a9a61fe1eea5b3228086bfcb8ee.tar.gz
ryuslash.org-c4684123b3323a9a61fe1eea5b3228086bfcb8ee.zip
Tiny code cleanup
Diffstat (limited to 'ryuslash/aggregator/feeds.py')
-rw-r--r--ryuslash/aggregator/feeds.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ryuslash/aggregator/feeds.py b/ryuslash/aggregator/feeds.py
index 75e5d4f..7b84138 100644
--- a/ryuslash/aggregator/feeds.py
+++ b/ryuslash/aggregator/feeds.py
@@ -1,6 +1,7 @@
from django.contrib.syndication.views import Feed
-from .models import Post
+from aggregator.models import Post
+
class LatestPostsFeed(Feed):
title = "ryuslash's RSS feed"