~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/codeofconduct.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-28 15:33:41 UTC
  • mfrom: (13303.10.38 translations-sharing)
  • Revision ID: launchpad@pqm.canonical.com-20110728153341-9vtzil2t510lrjky
[r=jcsackett][bug=817522] +sharing-details updates all objects at
 once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
        self.request = request
221
221
 
222
222
 
223
 
class SignedCodeOfConductAdminView:
 
223
class SignedCodeOfConductAdminView(LaunchpadView):
224
224
    """Admin Console for SignedCodeOfConduct Entries."""
225
225
 
226
226
    def __init__(self, context, request):