~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/process-pending-packagediffs.py

  • Committer: William Grant
  • Date: 2012-01-01 03:03:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101030328-xtkp6ob1q8h40sxw
Format the non-contrib bits of lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from lp.services.config import config
30
30
from lp.soyuz.scripts.packagediff import ProcessPendingPackageDiffs
31
31
 
32
 
 
33
32
if __name__ == '__main__':
34
33
    script = ProcessPendingPackageDiffs(
35
34
        'process-pending-packagediffs', dbuser=config.uploader.dbuser)