~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 09:23:38 UTC
  • mfrom: (14333.2.13 history-model)
  • Revision ID: launchpad@pqm.canonical.com-20111209092338-se7u5l0skqzaes1v
[r=jcsackett][bug=295214, 894836,
 898200] Keep sort button ob bug listing pages in sync with the
 displayed data

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from lazr.restful.fields import Reference
19
19
from zope.interface import Attribute
20
20
 
 
21
from canonical.launchpad.webapp.interfaces import ILaunchpadApplication
21
22
from lp.bugs.interfaces.bug import IBug
22
23
from lp.bugs.interfaces.bugtarget import IBugTarget
23
 
from lp.services.webapp.interfaces import ILaunchpadApplication
24
24
 
25
25
 
26
26
__all__ = [
27
27
    'IMaloneApplication',
28
 
    'IPrivateMaloneApplication',
29
28
    ]
30
29
 
31
30
 
80
79
          * for public upstreams bugs where there is no upstream bug contact,
81
80
            the product owner will be subscribed instead
82
81
        """
83
 
 
84
 
 
85
 
class IPrivateMaloneApplication(ILaunchpadApplication):
86
 
    """Private application root for malone."""