diff options
Diffstat (limited to 'ipa_server/context.py')
-rw-r--r-- | ipa_server/context.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa_server/context.py b/ipa_server/context.py index e20587cc..2929fc95 100644 --- a/ipa_server/context.py +++ b/ipa_server/context.py @@ -24,6 +24,9 @@ # from ipa_server.context import context # context.foo = "bar" +# FIXME: This module is depreciated and code should switch to using +# ipalib.request instead + import threading context = threading.local() |