app/soc/logic/models/program.py
changeset 1053 3b9552cf748a
parent 1051 c532dd9def48
child 1115 0a723ff3d27c
--- a/app/soc/logic/models/program.py	Wed Jan 28 20:27:16 2009 +0000
+++ b/app/soc/logic/models/program.py	Wed Jan 28 21:01:37 2009 +0000
@@ -23,15 +23,15 @@
   ]
 
 
-from soc.logic.models import tossed
-from soc.logic.models import tossed as tossed_logic
+from soc.logic.models import presence_with_tos
+from soc.logic.models import presence_with_tos as tos_logic
 
 import gsoc.logic.models.timeline
 import soc.logic.models.timeline
 import soc.models.program
 
 
-class Logic(tossed.Logic):
+class Logic(presence_with_tos.Logic):
   """Logic methods for the Program model.
   """
 
@@ -39,7 +39,7 @@
                     'ghop' : soc.logic.models.timeline.logic}
 
   def __init__(self, model=soc.models.program.Program, 
-               base_model=None, scope_logic=tossed_logic):
+               base_model=None, scope_logic=tos_logic):
     """Defines the name, key_name and model for this entity.
     """