~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2239
2239
            BugActivity.datechanged <= end_date)
2240
2240
        return activity_in_range
2241
2241
 
 
2242
 
2242
2243
@ProxyFactory
2243
2244
def get_also_notified_subscribers(
2244
2245
    bug_or_bugtask, recipients=None, level=None):