~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/scripts/populate_distroseriesdiff.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    quote,
31
31
    quote_identifier,
32
32
    )
33
 
from canonical.launchpad.interfaces.lpstorm import IStore
34
 
from canonical.launchpad.utilities.looptuner import TunableLoop
 
33
from lp.services.database.lpstorm import IStore
 
34
from lp.services.looptuner import TunableLoop
35
35
from lp.registry.enum import (
36
36
    DistroSeriesDifferenceStatus,
37
37
    DistroSeriesDifferenceType,