c52fc635e1940c5921d8bc2eeca46483151d561b
[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)