~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/update-bugzilla-remote-components.py

  • Committer: Ian Booth
  • Date: 2011-12-23 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14595.
  • Revision ID: ian.booth@canonical.com-20111223134828-i6tlk56o433bstng
Write tests to ensure limited view permission for teams works with the API

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
import time
10
10
 
 
11
from canonical.config import config
 
12
from lp.services.scripts.base import LaunchpadCronScript
11
13
from lp.bugs.scripts.bzremotecomponentfinder import (
12
14
    BugzillaRemoteComponentFinder,
13
15
    )
14
 
from lp.services.config import config
15
 
from lp.services.scripts.base import LaunchpadCronScript
16
16
 
17
17
 
18
18
class UpdateRemoteComponentsFromBugzilla(LaunchpadCronScript):