Fixed location again.

This commit is contained in:
Bradley M. Kuhn 2010-10-05 17:17:32 -04:00
parent c3128da4aa
commit d317f733cd

View file

@ -19,7 +19,7 @@
from django.contrib.syndication.feeds import Feed from django.contrib.syndication.feeds import Feed
from django.utils.feedgenerator import Rss201rev2Feed from django.utils.feedgenerator import Rss201rev2Feed
from podjango.apps.staff import Person from podjango.apps.staff.models import Person
from podjango.apps.cast.models import Cast from podjango.apps.cast.models import Cast
from django.shortcuts import render_to_response from django.shortcuts import render_to_response