diff -r 77aab03aa693 -r c532dd9def48 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Wed Jan 28 18:24:20 2009 +0000 +++ b/app/soc/views/models/program.py Wed Jan 28 20:21:15 2009 +0000 @@ -33,7 +33,7 @@ from soc.views.helper import decorators from soc.views.helper import redirects from soc.views.helper import widgets -from soc.views.models import presence +from soc.views.models import tossed from soc.views.models import document as document_view from soc.views.models import sponsor as sponsor_view from soc.views.sitemap import sidebar @@ -41,7 +41,7 @@ import soc.logic.models.program -class View(presence.View): +class View(tossed.View): """View methods for the Program model. """