~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2011-10-13 19:57:12 UTC
  • mto: (14128.9.2 new-bug-fields)
  • mto: This revision was merged to the branch mainline in revision 14193.
  • Revision ID: aaron@canonical.com-20111013195712-3o9d8vebzdtlgg06
Whitespace tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
2115
2115
    """
2116
2116
    delegates(IBugTask, 'bugtask')
2117
2117
 
2118
 
 
2119
2118
    def __init__(self, bugtask, has_bug_branch,
2120
2119
                 has_specification, has_patch, request=None,
2121
2120
                 target_context=None):
2158
2157
            }
2159
2158
 
2160
2159
 
2161
 
 
2162
2160
class BugListingBatchNavigator(TableBatchNavigator):
2163
2161
    """A specialised batch navigator to load smartly extra bug information."""
2164
2162