make it more understandable
This commit is contained in:
parent
7e23d31cbf
commit
0b54816178
|
@ -96,8 +96,8 @@ class Remote:
|
||||||
|
|
||||||
|
|
||||||
class SignalObject(dbus.service.Object):
|
class SignalObject(dbus.service.Object):
|
||||||
''' Local object definition for /org/gajim/dbus/RemoteObject. This doc must
|
''' Local object definition for /org/gajim/dbus/RemoteObject.
|
||||||
not be visible, because the clients can access only the remote object. '''
|
(This docstring is not be visible, because the clients can access only the remote object.)'''
|
||||||
|
|
||||||
def __init__(self, service):
|
def __init__(self, service):
|
||||||
self.first_show = True
|
self.first_show = True
|
||||||
|
|
Loading…
Reference in New Issue