From 0b54816178d449d48d35f5ff4c3395263ec837bc Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 25 Sep 2006 13:27:08 +0000 Subject: [PATCH] make it more understandable --- src/remote_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/remote_control.py b/src/remote_control.py index 80945d48c..0ce901e24 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -96,8 +96,8 @@ class Remote: class SignalObject(dbus.service.Object): - ''' Local object definition for /org/gajim/dbus/RemoteObject. This doc must - not be visible, because the clients can access only the remote object. ''' + ''' Local object definition for /org/gajim/dbus/RemoteObject. + (This docstring is not be visible, because the clients can access only the remote object.)''' def __init__(self, service): self.first_show = True