~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-03 11:23:34 UTC
  • mfrom: (13457.6.16 upgrade-stderr)
  • Revision ID: launchpad@pqm.canonical.com-20110803112334-acnupsa7jmzmdeet
[r=stevenk][bug=819751] Fix the implementation of several methods in
 LoggingUIFactory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
import _pythonpath
28
28
 
29
 
from lp.services.config import config
 
29
from canonical.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)