summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-06 21:54:56 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-06 21:54:56 +0000
commitf13f1226b4b798fd901ece6b9a37c06ca25c3c2e (patch)
tree3f3f10033a937f0817bf3f7f9370975290991872 /ipalib/errors.py
parent0c7769473ca01facdcb1768868bfd053e726fddf (diff)
downloadfreeipa-f13f1226b4b798fd901ece6b9a37c06ca25c3c2e.tar.gz
freeipa-f13f1226b4b798fd901ece6b9a37c06ca25c3c2e.tar.xz
freeipa-f13f1226b4b798fd901ece6b9a37c06ca25c3c2e.zip
65: Finished simplified Proxy2 class; updated unit tests
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index e9f784773..b86ffcdbc 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -53,9 +53,6 @@ class SetError(IPAError):
-
-
-
class RegistrationError(IPAError):
"""
Base class for errors that occur during plugin registration.