Changes between Version 54 and Version 55 of AnnouncerPlugin


Ignore:
Timestamp:
Jan 6, 2011, 10:55:24 AM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v54 v55  
    342342
    343343{{{
    344 [root@loft4846 announcerplugin_trunk]# svn diff
     344[user@host]# svn diff
    345345Index: announcer/api.py
    346346===================================================================
     
    365365                 continue
    366366             if s[-1] == 'always':
     367Index: announcer/opt/acct_mgr/announce.py
     368===================================================================
     369--- announcer/opt/acct_mgr/announce.py  (revision 9736)
     370+++ announcer/opt/acct_mgr/announce.py  (working copy)
     371@@ -87,7 +87,7 @@
     372                 yield subscriber
     373 
     374     def matches(self, event):
     375-        yield
     376+        yield ()
     377 
     378     def description(self):
     379         return 'notify me an account changes NOT IMPLEMENTED'
     380Index: announcer/opt/bitten/announce.py
     381===================================================================
     382--- announcer/opt/bitten/announce.py    (revision 9736)
     383+++ announcer/opt/bitten/announce.py    (working copy)
     384@@ -90,7 +90,7 @@
     385                     yield subscriber
     386 
     387     def matches(self, event):
     388-        yield
     389+        yield ()
     390 
     391     def description(self):
     392         return 'notify me bitten changes NOT IMPLEMENTED'
    367393Index: announcer/email_decorators.py
    368394===================================================================