hooks/email.py
changeset 3431 6944a92c16f2
parent 3421 7fec79c1c11f
child 3721 a02f7df5bbec
--- a/hooks/email.py	Wed Sep 23 12:31:55 2009 +0200
+++ b/hooks/email.py	Wed Sep 23 13:41:18 2009 +0200
@@ -33,6 +33,7 @@
                 'SET X %s Y WHERE X eid %%(x)s, Y eid %%(y)s' % self.rtype,
                 {'x': self.entity.eid, 'y': self.email.eid}, 'x')
 
+
 class SetPrimaryEmailRelationOp(SetUseEmailRelationOp):
     rtype = 'primary_email'