With manually tracking read/unread, I don't think I need this anymore
[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)