~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-08-02 23:42:08 UTC
  • mto: This revision was merged to the branch mainline in revision 13590.
  • Revision ID: william.grant@canonical.com-20110802234208-ijm0a9vtegp6a7qk
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