~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/process-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:
23
23
 
24
24
import _pythonpath
25
25
 
 
26
from lp.hardwaredb.scripts.hwdbsubmissions import process_pending_submissions
26
27
from lp.services.scripts.base import LaunchpadCronScript
27
 
from lp.hardwaredb.scripts.hwdbsubmissions import (
28
 
    process_pending_submissions)
29
28
 
30
29
 
31
30
class HWDBSubmissionProcessor(LaunchpadCronScript):