# HG changeset patch # User Pawel Solyga # Date 1233142007 0 # Node ID ed83d42d1ed735cc42cf4969407671e9ada3e6fa # Parent 9a163d82635d640c4bf75845d5f518582e0a1946 Style fixes in soc.views.helper.redirects and soc.models.base modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 9a163d82635d -r ed83d42d1ed7 app/soc/models/base.py --- a/app/soc/models/base.py Wed Jan 28 11:26:00 2009 +0000 +++ b/app/soc/models/base.py Wed Jan 28 11:26:47 2009 +0000 @@ -49,7 +49,7 @@ _fields_cache = None def toDict(self): - """Returns a dict with all StringProperty values of this entity + """Returns a dict with all StringProperty values of this entity. """ result = {} diff -r 9a163d82635d -r ed83d42d1ed7 app/soc/views/helper/redirects.py --- a/app/soc/views/helper/redirects.py Wed Jan 28 11:26:00 2009 +0000 +++ b/app/soc/views/helper/redirects.py Wed Jan 28 11:26:47 2009 +0000 @@ -138,7 +138,7 @@ def getProcessRequestRedirect(entity, _): - """Returns the redirect for processing the specified request entity + """Returns the redirect for processing the specified request entity. """ result = '/%s/process_request/%s/%s' % (