add a pass

This commit is contained in:
Nikos Kouremenos 2005-07-18 09:06:00 +00:00
parent 38b2e15c26
commit 683ca7347a
1 changed files with 1 additions and 0 deletions

View File

@ -830,6 +830,7 @@ class Interface:
def disable_dbus(self):
if hasattr(self, 'remote') and self.remote is not None:
pass
# FIXME: A handler is already registered for the path starting with path[0] = "org"
# so we need to unregister it from dbus
self.remote = None