summaryrefslogtreecommitdiffstats
path: root/ipa_server/context.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-04 18:39:39 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-01-04 18:39:39 -0700
commit6fe78a4944f11d430b724103f7d8d49c92af9b63 (patch)
treee4a771b15ab5be4a838183e059c74482d92db007 /ipa_server/context.py
parentff66c7ece65a042b645b2cdaef700f143727cc2f (diff)
downloadfreeipa-6fe78a4944f11d430b724103f7d8d49c92af9b63.tar.gz
freeipa-6fe78a4944f11d430b724103f7d8d49c92af9b63.tar.xz
freeipa-6fe78a4944f11d430b724103f7d8d49c92af9b63.zip
Renamed all references to 'ipa_server' to 'ipaserver'
Diffstat (limited to 'ipa_server/context.py')
-rw-r--r--ipa_server/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa_server/context.py b/ipa_server/context.py
index 2929fc957..15dd7d908 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