app/soc/views/models/program.py
changeset 1051 c532dd9def48
parent 1038 0a0bc446f869
child 1053 3b9552cf748a
--- 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.
   """