summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xavahi-python/avahi-discover.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/avahi-python/avahi-discover.in b/avahi-python/avahi-discover.in
index 5174b5a..53bb2ce 100755
--- a/avahi-python/avahi-discover.in
+++ b/avahi-python/avahi-discover.in
@@ -28,6 +28,10 @@ except ImportError:
print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus."
sys.exit(1)
+
+## !!NOTE!! ##
+# It's really important to do this, else you won't see any events
+##
try:
import dbus.glib
except ImportError, e: