~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

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, MAIN_STORE, SLAVE_FLAVOR)
 
35
    IStoreSelector,
 
36
    MAIN_STORE,
 
37
    SLAVE_FLAVOR,
 
38
    )
36
39
 
37
40
 
38
41
def get_stacked_branches():