summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index 210058981..4c1001d4d 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -27,7 +27,10 @@ import os
from errors import PublicError, InternalError, CommandError
from request import context, Connection, destroy_context
+register = plugable.Registry()
+
+@register.base()
class Backend(plugable.Plugin):
"""
Base class for all backend plugins.