Edgewall Software

Changes between Version 16 and Version 17 of CookBook/Notification/Subscriptions


Ignore:
Timestamp:
Feb 20, 2019, 9:58:53 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Minor coding style change.

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Notification/Subscriptions

    v16 v17  
    267267
    268268from trac.core import Component, implements
    269 from trac.notification.api import (INotificationSubscriber, NotificationSystem)
     269from trac.notification.api import INotificationSubscriber, NotificationSystem
    270270from trac.notification.mail import RecipientMatcher
    271271from trac.notification.model import Subscription