Forgot to remove a dead comment
[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)