twisted/plugins/fixbot_logwatch_plugin.py
changeset 47 81b37185209c
parent 43 78bc61c677d8
child 62 e4db89a5f6bc
equal deleted inserted replaced
46:ee58a22e5baa 47:81b37185209c
     5 from twisted.application.service import IServiceMaker
     5 from twisted.application.service import IServiceMaker
     6 
     6 
     7 from twisted.application import internet
     7 from twisted.application import internet
     8 
     8 
     9 from fixbot import api
     9 from fixbot import api
    10 from fixbot.logwatch import logwatch
    10 from fixbot import logwatch
    11 
    11 
    12 class LogwatchOptions (api.ClientOptions) :
    12 class LogwatchOptions (api.ClientOptions) :
    13     optParameters = [
    13     optParameters = [
    14         ("logwatch-sources",    None,   None,   "See etc/fixbot-logwatch.py"),
    14         ("logwatch-sources",    None,   None,   "See etc/fixbot-logwatch.py"),
    15     ]
    15     ]