app/soc/logic/models/site.py
changeset 752 e9a45874fe37
parent 702 e3b91b6955ff
child 851 506752de2e19
--- a/app/soc/logic/models/site.py	Mon Dec 15 01:10:32 2008 +0000
+++ b/app/soc/logic/models/site.py	Mon Dec 15 01:11:12 2008 +0000
@@ -22,7 +22,6 @@
   ]
 
 
-from soc.logic.models import base
 from soc.logic.models import presence
 
 import soc.models.presence
@@ -45,8 +44,8 @@
   def getKeyValues(self, entity):
     """Returns the key values for the site settings.
 
-    The Site entity is a singleton, so this method returns a
-    hard-coded link_id.
+    The Site entity is a singleton, so this method returns 
+    a hard-coded link_id.
 
     Args:
       entity: unused
@@ -57,8 +56,8 @@
   def getKeyValuesFromFields(self, fields):
     """Extracts the key values from a dict and returns them.
 
-    The Site entity is a singleton, so this method returns a
-    hard-coded link_id.
+    The Site entity is a singleton, so this method returns 
+    a hard-coded link_id.
 
     Args:
       fields: unused