summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index 053609c53..82ed14f3f 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -24,4 +24,8 @@ Base classes for all backed-end plugins.
import plugable
class Backend(plugable.Plugin):
- pass
+ """
+ Base class for all backend plugins.
+ """
+
+ __proxy__ = False # Backend plugins are not wrapped in a PluginProxy