From bfc541fad2dec718abce406caa0285b1e40c4958 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 2 Mar 2007 18:13:23 +0000 Subject: [PATCH] Remove FIXME comment - I think the current behaviour is correct. --- dbus/service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbus/service.py b/dbus/service.py index 9f92a96..306818e 100644 --- a/dbus/service.py +++ b/dbus/service.py @@ -224,8 +224,6 @@ def _method_lookup(self, method_name, dbus_interface): raise UnknownMethodException('%s is not a valid method' % method_name) -# FIXME: if signature is '', we used to accept anything, but now insist on -# zero args. Which was desired? -smcv def _method_reply_return(connection, message, method_name, signature, *retval): reply = _dbus_bindings.MethodReturnMessage(message) try: -- 2.11.4.GIT