Edgewall Software

Changes between Version 8 and Version 9 of CookBook/Notification/Subscriptions


Ignore:
Timestamp:
Mar 16, 2017, 9:06:26 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor fix.

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Notification/Subscriptions

    v8 v9  
    9494from trac.notification.api import INotificationSubscriber
    9595from trac.notification.model import Subscription
     96from trac.util.translation import _
    9697
    9798class NewTicketSubscriber(Component):