Merging a change from tp-upstream and trying a fix for the General Error
[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)