When removing the async calls I ended up wiping information on a callback, so moving...
[theonering] / src / debug.py
1 import telepathy
2
3
4 class Debug(telepathy.server.Debug):
5
6         def __init__(self, connManager):
7                 telepathy.server.Debug.__init__(self, connManager)