~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-29 05:29:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14606.
  • Revision ID: curtis.hovey@canonical.com-20111229052936-c261pibg1p6ze6m4
Moved canonical.config to lp.services.

Show diffs side-by-side

added added

removed removed

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