twisted/plugins/fixbot_logwatch_plugin.py
changeset 40 b9fdb7710768
parent 25 6c0a53a512d8
child 43 78bc61c677d8
equal deleted inserted replaced
39:e82b6df5baa3 40:b9fdb7710768
     4 from twisted.plugin import IPlugin
     4 from twisted.plugin import IPlugin
     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, logwatch
     9 from fixbot import api
       
    10 from fixbot.logwatch import logwatch
    10 
    11 
    11 class LogwatchOptions (api.ClientOptions) :
    12 class LogwatchOptions (api.ClientOptions) :
    12     optParameters = [
    13     optParameters = [
    13 
    14         ("logwatch-sources",    None,   None,   "See etc/fixbot-logwatch.py"),
    14     ]
    15     ]
    15 
    16 
    16     optFlags = [
    17     optFlags = [
    17 
    18 
    18     ]
    19     ]