diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-03-02 18:13:23 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-03-02 18:13:23 +0000 |
commit | bfc541fad2dec718abce406caa0285b1e40c4958 (patch) | |
tree | aba4cd2bec2a38e4d8794014e6acec348dc5cd83 /dbus/service.py | |
parent | cf48b799ebdcaf7dca0b6f729516b413be21e989 (diff) |
Remove FIXME comment - I think the current behaviour is correct.
Diffstat (limited to 'dbus/service.py')
-rw-r--r-- | dbus/service.py | 2 |
1 files changed, 0 insertions, 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: |