Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Fixing Feed import statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanborror committed Jun 16, 2011
1 parent 84f5ebd commit 171fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/blog/feeds.py
@@ -1,7 +1,7 @@
from django.contrib.syndication.feeds import FeedDoesNotExist
from django.core.exceptions import ObjectDoesNotExist
from django.contrib.sites.models import Site
from django.contrib.syndication.feeds import Feed
from django.contrib.syndication.views import Feed
from django.contrib.contenttypes.models import ContentType
from django.contrib.comments.models import Comment
from django.core.urlresolvers import reverse
Expand Down

0 comments on commit 171fdbe

Please sign in to comment.