diff -r e82b6df5baa3 -r b9fdb7710768 twisted/plugins/fixbot_logwatch_plugin.py --- a/twisted/plugins/fixbot_logwatch_plugin.py Thu Feb 04 19:39:37 2010 +0200 +++ b/twisted/plugins/fixbot_logwatch_plugin.py Thu Feb 04 19:40:51 2010 +0200 @@ -6,11 +6,12 @@ from twisted.application import internet -from fixbot import api, logwatch +from fixbot import api +from fixbot.logwatch import logwatch class LogwatchOptions (api.ClientOptions) : optParameters = [ - + ("logwatch-sources", None, None, "See etc/fixbot-logwatch.py"), ] optFlags = [