From c7b2f0074aae23761eb8bc6b99366e0ac6b7cf19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2007 20:59:37 +0000 Subject: remove a deprecation warning (patch from DamjanGeorgievski) (closes #129) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1408 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-python/avahi-discover.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit