Style fixes in soc.views.helper.redirects and soc.models.base modules.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- 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 = {}
--- 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' % (