Making sure we close the stream after the call
[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)