Merge remote branch 'remotes/origin/acid-burn/bug_629_show_autofs_volumes_as_backuplo...
[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