Renamed method in GHOP Cleaning to match style guide.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 08 Sep 2009 20:52:03 +0200
changeset 2884 2be8f6b8379e
parent 2883 2249ade05d16
child 2885 f064654837f7
Renamed method in GHOP Cleaning to match style guide.
app/soc/modules/ghop/logic/cleaning.py
--- a/app/soc/modules/ghop/logic/cleaning.py	Tue Sep 08 14:56:47 2009 +0200
+++ b/app/soc/modules/ghop/logic/cleaning.py	Tue Sep 08 20:52:03 2009 +0200
@@ -59,7 +59,7 @@
   return wrapper
 
 
-def clean_mentors_list(field_name):
+def cleanMentorsList(field_name):
   """Clean method to check and validate list of mentor's link_ids.
   """