From 6bdb3f092006900475384b935b91624561095412 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Thu, 28 Dec 2006 16:36:11 +0000 Subject: * Fix avahi-discover broken in an earlier commit git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1349 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-python/avahi-discover.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/avahi-python/avahi-discover.in b/avahi-python/avahi-discover.in index ce7ecf3..bb02dcd 100755 --- a/avahi-python/avahi-discover.in +++ b/avahi-python/avahi-discover.in @@ -33,8 +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.dbus_bindings import DBusException import dbus.glib except ImportError, e: pass -- cgit