diff options
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r-- | ipalib/backend.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py index 8aa057802..03f4ce396 100644 --- a/ipalib/backend.py +++ b/ipalib/backend.py @@ -32,8 +32,6 @@ class Backend(plugable.Plugin): Base class for all backend plugins. """ - __proxy__ = False # Backend plugins are not wrapped in a PluginProxy - class Connectible(Backend): """ |