~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_bzremotecomponentfinder.py

  • Committer: Curtis Hovey
  • Date: 2011-06-02 20:29:47 UTC
  • mto: This revision was merged to the branch mainline in revision 13177.
  • Revision ID: curtis.hovey@canonical.com-20110602202947-vf1mmd8a4gkbi5kz
Moved code that should not have been placed in deprecated packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from canonical.launchpad.ftests import (
16
16
    login,
17
17
    )
18
 
from canonical.launchpad.scripts.bzremotecomponentfinder import (
 
18
from lp.bugs.scripts.bzremotecomponentfinder import (
19
19
    BugzillaRemoteComponentFinder,
20
20
    BugzillaRemoteComponentScraper,
21
21
    dictFromCSV,