--- a/app/soc/logic/models/home_settings.py Mon Nov 17 10:34:21 2008 +0000
+++ b/app/soc/logic/models/home_settings.py Mon Nov 17 10:36:35 2008 +0000
@@ -30,7 +30,7 @@
class Logic(base.Logic):
- """Logic methods for the HomeSettings model
+ """Logic methods for the HomeSettings model.
"""
def __init__(self):
@@ -51,7 +51,7 @@
return [fields['partial_path'], fields['link_name']]
def getKeyFieldNames(self):
- """See base.Logic.getKeyFieldNames
+ """See base.Logic.getKeyFieldNames.
"""
return ['partial_path', 'link_name']