Author: leidel
Date: Thu Jan 29 10:45:15 2009
New Revision: 155
Modified:
trunk/notification/feeds.py
Log:
Absolute import of the atomformat module. Thanks for the bug report
carl.j.meyer
Modified: trunk/notification/feeds.py
==============================================================================
--- trunk/notification/feeds.py (original)
+++ trunk/notification/feeds.py Thu Jan 29 10:45:15 2009
@@ -1,4 +1,3 @@
-from atomformat import Feed
from datetime import datetime
from django.core.urlresolvers import reverse
@@ -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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---