Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7793, comment 8


Ignore:
Timestamp:
Jun 10, 2018, 4:42:54 PM (6 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7793, comment 8

    initial v1  
    11Is there a big difference between Trac versions? I'm using Trac-0.11.6rc1-py2.5.egg / Trac-0.12rc1-py2.5.egg*. The notification.py for 0.11.6rc1 isn't the same as listed in http://trac.edgewall.org/browser/tags/trac-0.11.5/trac/ticket/notification.py#L253.  Instead the function looks like this:
    2 
     2{{{#!python
    33    def get_recipients(self, resid):
    44        """Return a pair of list of subscribers to the resource 'resid'.
     
    88        """
    99        raise NotImplementedError
    10 
     10}}}
    1111Any help would be appreciated. Thank you.
    1212
    13 
    1413(* I'm actually using Trac-0.12rc1-py2.5.egg, but it isn't a folder?)