# HG changeset patch # User Pawel Solyga # Date 1229303472 0 # Node ID e9a45874fe372e99a16a7fdbd29cdbfe903a2e13 # Parent 16dffe0b63365768a4c26052c616dcc46c088e19 Some docstring fixes and unused import removal in soc.logic.models.site module. Patch by: Pawel Solyga diff -r 16dffe0b6336 -r e9a45874fe37 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