1
# Copyright 2010 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
# pylint: disable-msg=E0213
9
'IPOFileStatsJobSource',
12
from lp.services.job.interfaces.job import IJobSource
15
class IPOFileStatsJobSource(IJobSource):
16
"""A source for jobs to update POFile statistics."""