~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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."""