Python Tkinter TreeView Uzyskaj wybrany przedmiot

def selectItem(a):
    curItem = tree.focus()
    print tree.item(curItem)
Hilarious Heron