~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/codereviewcomment.py

  • Committer: Michael Hudson
  • Date: 2010-07-27 05:07:09 UTC
  • mto: (11128.11.2)
  • mto: This revision was merged to the branch mainline in revision 11299.
  • Revision ID: michael.hudson@linaro.org-20100727050709-lue5tgfc3w5bhgj8
merge more separate apache config from later pipe

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
class CodeReviewCommentView(LaunchpadView):
115
115
    """Standard view of a CodeReviewComment"""
 
116
    __used_for__ = ICodeReviewComment
116
117
 
117
118
    page_title = "Code review comment"
118
119