X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/df85743f63267cf7fc1f74f9f28d32f66d01e51f..7ad702ed8800ba9e5526a1c07c9d627e944dc234:/plugins/proxy.py?ds=sidebyside diff --git a/plugins/proxy.py b/plugins/proxy.py old mode 100755 new mode 100644 index 55c552ab2..582010c9a --- a/plugins/proxy.py +++ b/plugins/proxy.py @@ -151,7 +151,7 @@ class IkiWikiProcedureProxy(object): self._xmlrpc_handler = _IkiWikiExtPluginXMLRPCHandler(self._debug_fn) self._xmlrpc_handler.register_function(self._importme, name='import') - def register_hook(self, type, function): + def hook(self, type, function): self._hooks.append((type, function.__name__)) self._xmlrpc_handler.register_function(function)