add a small wrapper lib for call modified versions of open/open64/fopen/fopen64/socke...
[vuplus_dvbapp] / tools.py
1
2 def CONNECT(slot, fnc):
3         slot.get().append(fnc)
4
5 def DISCONNECT(slot, fnc):
6         slot.get().remove(fnc)
7