Some docstring fixes and unused import removal in soc.logic.models.site module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:11:12 +0000
changeset 752 e9a45874fe37
parent 751 16dffe0b6336
child 753 7d6dead86b59
Some docstring fixes and unused import removal in soc.logic.models.site module. Patch by: Pawel Solyga
app/soc/logic/models/site.py
--- 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