diff -r cd6d6034b6e9 -r 3b9552cf748a app/soc/models/site.py --- 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