Switching to shipping parts of python-telepathy with The One Ring so random changes...
[theonering] / src / debug.py
1 import tp
2
3
4 class Debug(tp.Debug):
5
6         def __init__(self, connManager):
7                 tp.Debug.__init__(self, connManager)