~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/bugnomination.py

  • Committer: William Grant
  • Date: 2011-05-09 06:42:01 UTC
  • mto: This revision was merged to the branch mainline in revision 13011.
  • Revision ID: william.grant@canonical.com-20110509064201-vcnwmoxh0c7z1y6v
lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                    return True
149
149
        return False
150
150
 
 
151
 
151
152
class BugNominationSet:
152
153
    """See IBugNominationSet."""
153
154
    implements(IBugNominationSet)