From 6fe78a4944f11d430b724103f7d8d49c92af9b63 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sun, 4 Jan 2009 18:39:39 -0700 Subject: Renamed all references to 'ipa_server' to 'ipaserver' --- ipa_server/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa_server/context.py') diff --git a/ipa_server/context.py b/ipa_server/context.py index 2929fc95..15dd7d90 100644 --- a/ipa_server/context.py +++ b/ipa_server/context.py @@ -21,7 +21,7 @@ # a new instance to be created in the same thread # To use: -# from ipa_server.context import context +# from ipaserver.context import context # context.foo = "bar" # FIXME: This module is depreciated and code should switch to using -- cgit