summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xavahi-python/avahi-discover.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-python/avahi-discover.in b/avahi-python/avahi-discover.in
index bb02dcd..936b9a0 100755
--- a/avahi-python/avahi-discover.in
+++ b/avahi-python/avahi-discover.in
@@ -33,7 +33,7 @@ except ImportError, e:
# It's really important to do this, else you won't see any events
##
try:
- from dbus.dbus_bindings import DBusException
+ from dbus import DBusException
import dbus.glib
except ImportError, e:
pass