app/soc/views/helper/decorators.py
changeset 499 d22e4fe8e64b
parent 367 5d5730f65fc8
child 873 cbb1d15ffe91
--- a/app/soc/views/helper/decorators.py	Mon Nov 17 10:34:21 2008 +0000
+++ b/app/soc/views/helper/decorators.py	Mon Nov 17 10:36:35 2008 +0000
@@ -32,7 +32,8 @@
 
 
 def view(func):
-  """Decorator that insists that exceptions are handled by view."""
+  """Decorator that insists that exceptions are handled by view.
+  """
   @wraps(func)
   def view_wrapper(*args, **kwds):
     try: