misplaced app location.

This commit is contained in:
Bradley M. Kuhn 2010-10-05 17:16:06 -04:00
parent d1bf73af67
commit c3128da4aa

View file

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