From 5470a0d29a9131a5b95e6092df898ee579600e07 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sat, 19 Jul 2008 00:56:09 +0000 Subject: 3: Finished NameSpace and cerresponding unit tests --- ipalib/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/exceptions.py') 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' -- cgit