diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2010-01-27 05:59:09 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-01-28 13:32:00 -0500 |
commit | 1d6cc1bb7b6f4a88f8df23d854993cdef754ec3f (patch) | |
tree | dbd92082b8d84789bd980a689ecc90c37213db67 /ipalib/backend.py | |
parent | b7cda86697cfb8ffc25ab5d3c051f181e145648d (diff) | |
download | freeipa-1d6cc1bb7b6f4a88f8df23d854993cdef754ec3f.tar.gz freeipa-1d6cc1bb7b6f4a88f8df23d854993cdef754ec3f.tar.xz freeipa-1d6cc1bb7b6f4a88f8df23d854993cdef754ec3f.zip |
Remove __public__ and __proxy__ hold-overs from Plugin class
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): """ |