summaryrefslogtreecommitdiffstats
path: root/ipalib/exceptions.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-07-19 00:56:09 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-07-19 00:56:09 +0000
commit5470a0d29a9131a5b95e6092df898ee579600e07 (patch)
treed4994cca3db7eb4aabff9535f141c03ea348c03d /ipalib/exceptions.py
parent00f4da79a900ae2af1db82e4e697bd2552cdabc5 (diff)
downloadfreeipa.git-5470a0d29a9131a5b95e6092df898ee579600e07.tar.gz
freeipa.git-5470a0d29a9131a5b95e6092df898ee579600e07.tar.xz
freeipa.git-5470a0d29a9131a5b95e6092df898ee579600e07.zip
3: Finished NameSpace and cerresponding unit tests
Diffstat (limited to 'ipalib/exceptions.py')
-rw-r--r--ipalib/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py
index d1f3ab9e..2c1e5a55 100644
--- a/ipalib/exceptions.py
+++ b/ipalib/exceptions.py
@@ -45,5 +45,5 @@ class IPAError(Exception):
return self.msg % self.kw
-class NameSpaceError(IPAError):
+class SetAttributeError(IPAError):
msg = 'Cannot set %r: NameSpace does not allow attribute setting'