diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-07-19 00:56:09 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-07-19 00:56:09 +0000 |
commit | 5470a0d29a9131a5b95e6092df898ee579600e07 (patch) | |
tree | d4994cca3db7eb4aabff9535f141c03ea348c03d /ipalib/exceptions.py | |
parent | 00f4da79a900ae2af1db82e4e697bd2552cdabc5 (diff) | |
download | freeipa.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.py | 2 |
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' |