~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/bug-import.py

Clear up a heck of a lot of imports from canonical.launchpad.interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
from zope.component import getUtility
12
12
from canonical.config import config
13
 
from canonical.launchpad.interfaces import IProductSet
 
13
from lp.registry.interfaces.product import IProductSet
14
14
 
15
15
from lp.bugs.scripts.bugimport import BugImporter
16
16
from lp.services.scripts.base import LaunchpadScript