~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/get-stacked-on-branches.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from zope.component import getUtility
32
32
 
33
33
from lp.services.scripts import execute_zcml_for_scripts
34
 
from canonical.launchpad.webapp.interfaces import (
35
 
    IStoreSelector, MAIN_STORE, SLAVE_FLAVOR)
 
34
from lp.services.webapp.interfaces import (
 
35
    IStoreSelector,
 
36
    MAIN_STORE,
 
37
    SLAVE_FLAVOR,
 
38
    )
36
39
 
37
40
 
38
41
def get_stacked_branches():