~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wiki/feeds.py

  • Committer: franku
  • Date: 2016-02-27 16:06:39 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160227160639-c8seberqcyh2nr20
test install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from django.contrib.syndication.feeds import Feed, FeedDoesNotExist
 
1
from django.contrib.syndication.views import Feed, FeedDoesNotExist
2
2
from django.utils.feedgenerator import Atom1Feed
3
3
from django.contrib.contenttypes.models import ContentType
4
4
from django.core.exceptions import ObjectDoesNotExist