175: Renamed Proxy to PluginProxy

This commit is contained in:
Jason Gerard DeRose
2008-08-15 03:32:38 +00:00
parent ec0596b429
commit 233293fb4a
4 changed files with 16 additions and 16 deletions

View File

@@ -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):
"""