[Mailman-Developers] HandlerAPI ?

Fil fil@rezo.net
Fri, 13 Apr 2001 12:29:28 +0200


Hi, I read somewhere in tha archives that HandlerAPI is deprecated. However
it seems that (from a brand new CVS install with mimelib) it is still called
from cron/checkdbs and cron/mailpasswds

And here's the output of these two scripts :

mailman@miel:~$ python cron/mailpasswds 
Traceback (most recent call last):
  File "cron/mailpasswds", line 47, in ?
    from Mailman.Handlers import HandlerAPI
ImportError: cannot import name HandlerAPI

mailman@miel:~$ python cron/checkdbs
Traceback (most recent call last):
  File "cron/checkdbs", line 30, in ?
    from Mailman.Handlers import HandlerAPI
ImportError: cannot import name HandlerAPI

-- Fil