~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/interfaces/launchpad.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-11 09:06:29 UTC
  • mfrom: (14120.2.8 bug-869089)
  • Revision ID: launchpad@pqm.canonical.com-20111011090629-2t5okp0ri4ow6yr0
[r=benji][bug=677532, 869089][incr] Good riddance to official_rosetta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    official_malone = Bool(
118
118
        title=_('Bugs in this project are tracked in Launchpad'),
119
119
        required=True)
120
 
    official_rosetta = Bool(
121
 
        title=_('Translations for this project are done in Launchpad'),
122
 
        required=True)
123
120
    official_anything = Bool(
124
121
        title=_('Uses Launchpad for something'))
125
122
    enable_bug_expiration = Bool(