diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-04-12 20:59:37 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-04-12 20:59:37 +0000 | 
| commit | c7b2f0074aae23761eb8bc6b99366e0ac6b7cf19 (patch) | |
| tree | c055eeff32c8481ed4407012de5ea2e0ccb7da06 | |
| parent | b7e1f69e270e38642305d9064e9ca8051419b52c (diff) | |
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
| -rwxr-xr-x | avahi-python/avahi-discover.in | 2 | 
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  | 
