From 1d6cc1bb7b6f4a88f8df23d854993cdef754ec3f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 27 Jan 2010 05:59:09 -0700 Subject: Remove __public__ and __proxy__ hold-overs from Plugin class --- ipalib/backend.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/backend.py') diff --git a/ipalib/backend.py b/ipalib/backend.py index 8aa05780..03f4ce39 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): """ -- cgit