sobjects/notification.py
changeset 2577 7c9888114085
parent 2572 58556f9317c9
child 2650 18aec79ec3a3
--- a/sobjects/notification.py	Thu Jul 30 18:52:26 2009 +0200
+++ b/sobjects/notification.py	Thu Jul 30 18:52:33 2009 +0200
@@ -133,8 +133,10 @@
     * set a content attribute to define the content of the email (unless you
       override call)
     """
+    # XXX refactor this class to work with len(rset) > 1
+
     msgid_timestamp = True
-    # XXX refactor to work with len(rset) > 1
+
     def recipients(self):
         finder = self.vreg.select('components', 'recipients_finder', self.req,
                                   rset=self.rset)