19
19
# pylint: disable-msg=W0403
22
22
from zope.component import getUtility
26
24
from canonical.config import config
28
25
from lp.services.apachelogparser.librarian_apache_log_parser import (
30
29
from lp.services.apachelogparser.script import ParseApacheLogs
33
33
class ParseLibrarianApacheLogs(ParseApacheLogs):