[Checkins] SVN: megrok.z3cform.base/trunk/src/megrok/z3cform/base/utils.py Corrected indentation error

Souheil CHELFOUH souheil at chelfouh.com
Tue Sep 29 14:30:29 EDT 2009


Log message for revision 104622:
  Corrected indentation error
  

Changed:
  U   megrok.z3cform.base/trunk/src/megrok/z3cform/base/utils.py

-=-
Modified: megrok.z3cform.base/trunk/src/megrok/z3cform/base/utils.py
===================================================================
--- megrok.z3cform.base/trunk/src/megrok/z3cform/base/utils.py	2009-09-29 15:36:42 UTC (rev 104621)
+++ megrok.z3cform.base/trunk/src/megrok/z3cform/base/utils.py	2009-09-29 18:30:29 UTC (rev 104622)
@@ -13,5 +13,5 @@
         descriptions = []
         for interface, names in changes.items():
             descriptions.append(Attributes(interface, *names))
-    notify(ObjectModifiedEvent(context, *descriptions))
+        notify(ObjectModifiedEvent(context, *descriptions))
     return changes



More information about the checkins mailing list