~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/malone.py

[r=rockstar][ui=none] Fix the merge conflicts between devel and
        db-devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
from zope.component import getUtility
14
14
from zope.security.interfaces import Unauthorized
15
15
 
16
 
import canonical.launchpad.layers
17
16
 
18
17
from canonical.launchpad.webapp import (
19
18
    Link, Navigation, canonical_url, stepto)
25
24
from lp.bugs.interfaces.bugtracker import IBugTrackerSet
26
25
from lp.bugs.interfaces.cve import ICveSet
27
26
from lp.bugs.interfaces.malone import IMaloneApplication
 
27
from lp.bugs.publisher import BugsLayer
28
28
from lp.registry.interfaces.distribution import IDistributionSet
29
29
from lp.registry.interfaces.product import IProductSet
30
30
 
33
33
 
34
34
    usedfor = IMaloneApplication
35
35
 
36
 
    newlayer = canonical.launchpad.layers.BugsLayer
 
36
    newlayer = BugsLayer
37
37
 
38
38
    @stepto('bugs')
39
39
    def bugs(self):