~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/pending/gnu-savannah-celebrity.py

  • Committer: William Grant
  • Date: 2012-01-01 03:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101032003-fnf5yqqv4f4xw27t
Other bits and pieces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
from zope.component import getUtility
15
15
 
16
 
 
17
 
from lp.services.scripts import execute_zcml_for_scripts
18
16
from canonical.lp import initZopeless
19
17
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
20
18
from lp.bugs.interfaces.bugtracker import (
23
21
    IBugTrackerSet,
24
22
    )
25
23
from lp.bugs.model.bugtracker import BugTrackerAlias
 
24
from lp.services.scripts import execute_zcml_for_scripts
26
25
 
27
26
 
28
27
execute_zcml_for_scripts()