hooks/syncschema.py
changeset 5881 57387070f612
parent 5877 0c7b7b76a84f
child 5891 99024ad59223
--- a/hooks/syncschema.py	Mon Jul 05 13:34:29 2010 +0200
+++ b/hooks/syncschema.py	Mon Jul 05 13:35:15 2010 +0200
@@ -1050,7 +1050,7 @@
 class AfterUpdateCWRDefHook(SyncSchemaHook):
     __regid__ = 'syncaddcwattribute'
     __select__ = SyncSchemaHook.__select__ & is_instance('CWAttribute',
-                                                        'CWRelation')
+                                                         'CWRelation')
     events = ('before_update_entity',)
 
     def __call__(self):