mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
175: Renamed Proxy to PluginProxy
This commit is contained in:
@@ -160,7 +160,7 @@ class cmd(plugable.Plugin):
|
||||
assert inspect.isclass(cls)
|
||||
o = cls()
|
||||
o.__lock__()
|
||||
yield plugable.Proxy(option, o)
|
||||
yield plugable.PluginProxy(option, o)
|
||||
|
||||
def __get_options(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user