~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/codehosting/scanner/tests/test_buglinks.py

  • Committer: Abel Deuring
  • Date: 2009-03-24 12:43:49 UTC
  • mfrom: (8053 devel)
  • mto: This revision was merged to the branch mainline in revision 8328.
  • Revision ID: abel.deuring@canonical.com-20090324124349-xllu9kbw5ib27kno
RF merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
from zope.component import getUtility
10
10
 
11
 
from canonical.codehosting.scanner.bzrsync import (
 
11
from canonical.codehosting.scanner.buglinks import (
12
12
    BugBranchLinker, set_bug_branch_status)
13
13
from canonical.codehosting.scanner.tests.test_bzrsync import BzrSyncTestCase
14
14
from canonical.config import config