Merging test back in
authorSverre Rabbelier <srabbelier@gmail.com>
Mon, 28 Sep 2009 11:07:55 +0200
changeset 2986 00bbe180a0e0
parent 2985 f1ed0ecd0128 (diff)
parent 2984 2b7ea1f2629a (current diff)
child 2987 db28a7db5cc6
Merging test back in
app/soc/logic/tasks.py
--- a/app/soc/models/base.py	Mon Sep 28 11:03:57 2009 +0200
+++ b/app/soc/models/base.py	Mon Sep 28 11:07:55 2009 +0200
@@ -102,12 +102,12 @@
       class FieldsProxy(forms_helper.BaseForm):
         """Form used as a proxy to access User model properties attributes.
         """
-      
+
         class Meta:
           """Inner Meta class that pairs the User Model with this "form".
           """
           #: db.Model subclass for which to access model properties attributes
           model = cls
-      
+
       cls._fields_cache = FieldsProxy()
     return cls._fields_cache