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