app/soc/models/site.py
changeset 1053 3b9552cf748a
parent 1051 c532dd9def48
child 1307 091a21cf3627
--- a/app/soc/models/site.py	Wed Jan 28 20:27:16 2009 +0000
+++ b/app/soc/models/site.py	Wed Jan 28 21:01:37 2009 +0000
@@ -26,10 +26,10 @@
 
 from django.utils.translation import ugettext
 
-import soc.models.tossed
+import soc.models.presence_with_tos
 
 
-class Site(soc.models.tossed.Tossed):
+class Site(soc.models.presence_with_tos.PresenceWithToS):
   """Model of a Site, which stores per site configuration.
 
   The Site Model stores configuration information unique to the Melange