Using inotify in a pygtk application without pyinotify
I am lazy. There's no denying it, it's simple fact. That means, for example, when I am working with pygtk and I look at the API for pynotify, I am sad, because it's a polling API and I hate polling. What I like is GTK's event model. I like telling …