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

Commit

Permalink
hotfix for missing 'feed' import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed May 23, 2011
1 parent 556fc96 commit 141042f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/tinder/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@

resultclasses = ['success', 'warning', 'failure', 'skip', 'except']

# this import is used by urls.py to make 'tinder.view.feed' a named
# view even though this is not important for use in this file
from django.contrib.syndication.views import feed

def debug_(*msg):
if False:
Expand Down

0 comments on commit 141042f

Please sign in to comment.