summaryrefslogtreecommitdiffstats
path: root/ipalib/crud.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-27 16:28:50 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:03 -0500
commitdb0168f7afdac55eb7e0488cdc05e7a77a25672d (patch)
tree5413f862a79ae8c8589f1bb1d00feb565309760d /ipalib/crud.py
parent9efda29d60ae83d17bce793e0a23e3ec43c67f80 (diff)
downloadfreeipa-db0168f7afdac55eb7e0488cdc05e7a77a25672d.tar.gz
freeipa-db0168f7afdac55eb7e0488cdc05e7a77a25672d.tar.xz
freeipa-db0168f7afdac55eb7e0488cdc05e7a77a25672d.zip
Started reworking CLI class into cli plugin
Diffstat (limited to 'ipalib/crud.py')
-rw-r--r--ipalib/crud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/crud.py b/ipalib/crud.py
index 5bae4fbc3..5faa69ef3 100644
--- a/ipalib/crud.py
+++ b/ipalib/crud.py
@@ -122,7 +122,7 @@ class Search(frontend.Method):
"""
-class CrudBackend(backend.Backend):
+class CrudBackend(backend.Connectible):
"""
Base class defining generic CRUD backend API.
"""