app/soc/logic/cleaning.py
changeset 2073 6eb9b4652c80
parent 2029 1f276091b42a
child 2115 fafd021def7e
--- a/app/soc/logic/cleaning.py	Fri Apr 03 17:29:36 2009 +0000
+++ b/app/soc/logic/cleaning.py	Fri Apr 03 17:30:36 2009 +0000
@@ -604,7 +604,8 @@
   """
 
   def wrapper(self):
-
+    """Decorator wrapper method.
+    """
     from soc.logic.models.mentor import logic as mentor_logic
     from soc.logic.models.organization import logic as org_logic
     from soc.logic.models.student import logic as student_logic