summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-12-28 16:36:11 +0000
committerTrent Lloyd <lathiat@bur.st>2006-12-28 16:36:11 +0000
commit6bdb3f092006900475384b935b91624561095412 (patch)
tree44a33e4ea54eee9f7c71a68c1d43d5d1bdc1e0de
parent1f96e5a155d9d745e675bdc9e4233d7aa8932784 (diff)
* Fix avahi-discover broken in an earlier commit
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1349 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rwxr-xr-xavahi-python/avahi-discover.in3
1 files changed, 1 insertions, 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