From dc54dee622bf9ff95a59530423ac5caa01868373 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 18 Dec 2008 14:01:59 -0700 Subject: Started work on per-request gettext setup --- ipa_server/context.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipa_server/context.py') 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() -- cgit