~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/reprocess-hwdb-submissions.py

  • Committer: William Grant
  • Date: 2012-01-01 03:14:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031454-xhdgl26b1yiqpar9
cronscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
import _pythonpath
28
28
 
 
29
from lp.hardwaredb.scripts.hwdbsubmissions import (
 
30
    reprocess_invalid_submissions,
 
31
    )
29
32
from lp.services.scripts.base import LaunchpadCronScript
30
 
from lp.hardwaredb.scripts.hwdbsubmissions import (
31
 
    reprocess_invalid_submissions)
32
33
 
33
34
 
34
35
class HWDBSubmissionProcessor(LaunchpadCronScript):