Log the failure to import inotify instead of notifying the user with a messageboxv0.8
commitb543bf36144a144847762c89208a9a2588762d0d
authorDavid Aguilar <davvid@gmail.com>
Sun, 13 Jan 2008 12:16:37 +0000 (13 04:16 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 13 Jan 2008 12:16:37 +0000 (13 04:16 -0800)
tree57511858edb6e12c82808119075d27c194697135
parent2f4959f80a1a5bb22dc23c58510b4a0e1a882ea4
Log the failure to import inotify instead of notifying the user with a messagebox

Previously, if python-pyinotify was not installed we would we present the user
with a messagebox informing them of this fact everytime the app is launched.
This changes it so that the nag message is only printed to log only.

Signed-off by: David Aguilar <davvid@gmail.com>
ugitlibs/controllers.py