fix a syntax error

This commit is contained in:
Nikos Kouremenos 2005-07-19 15:38:53 +00:00
parent 5654843eae
commit 16280995f2
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class SignalObject(DbusPrototype):
])
def disconnect(self):
self._connection.disconnect()
self._connection.disconnect()
def raise_signal(self, signal, arg):
''' raise a signal, with a single string message '''