Skip to content

Commit

Permalink
added tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbinc committed Mar 21, 2005
1 parent 208747f commit c28505d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools.py
@@ -0,0 +1,7 @@

def CONNECT(slot, fnc):
slot.get().append(fnc)

def DISCONNECT(slot, fnc):
slot.get().remove(fnc)

0 comments on commit c28505d

Please sign in to comment.