Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Absolute import of the atomformat module. Thanks for the bug report c…
…arl.j.meyer

git-svn-id: http://django-notification.googlecode.com/svn/trunk@155 590c3fc9-4838-0410-bb95-17a0c9b37ca9
  • Loading branch information
jezdez committed Jan 29, 2009
1 parent 3e6e539 commit d1466e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/feeds.py
@@ -1,4 +1,3 @@
from atomformat import Feed
from datetime import datetime

from django.core.urlresolvers import reverse
Expand All @@ -10,6 +9,7 @@
from django.utils.translation import ugettext_lazy as _

from notification.models import Notice
from notification.atomformat import Feed

ITEMS_PER_FEED = getattr(settings, 'ITEMS_PER_FEED', 20)

Expand Down

0 comments on commit d1466e0

Please sign in to comment.