~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-02 23:44:26 UTC
  • mfrom: (13589.1.1 revert-r13574)
  • Revision ID: launchpad@pqm.canonical.com-20110802234426-z03j07sj334l9ay0
[r=wgrant][rollback=13574] Revert r13574. It crashes when the flag is
 enabled, see bug #810290.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
    The controller is then supposed to be held in a thread-local and reused
194
194
    for the duration of the request.
195
195
 
196
 
    These should typically be used via a UseFeatureController fixture.
197
 
 
198
196
    @see: U{https://dev.launchpad.net/LEP/FeatureFlags}
199
197
    """
200
198