X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-python%2Favahi%2F__init__.py;h=7b4502937a3fa5f98a5147ec131c8ce2e65c179a;hb=9a4db66ee760635ddc7e734ec182143cf6f729d3;hp=c91692e418f1bda9babf9c197cce72b126e612b7;hpb=b95ccf4806b9820f9e61a6a43ea3710817f3dfc4;p=catta diff --git a/avahi-python/avahi/__init__.py b/avahi-python/avahi/__init__.py index c91692e..7b45029 100644 --- a/avahi-python/avahi/__init__.py +++ b/avahi-python/avahi/__init__.py @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -66,6 +64,7 @@ DBUS_INTERFACE_SERVICE_BROWSER = DBUS_NAME + ".ServiceBrowser" DBUS_INTERFACE_ADDRESS_RESOLVER = DBUS_NAME + ".AddressResolver" DBUS_INTERFACE_HOST_NAME_RESOLVER = DBUS_NAME + ".HostNameResolver" DBUS_INTERFACE_SERVICE_RESOLVER = DBUS_NAME + ".ServiceResolver" +DBUS_INTERFACE_RECORD_BROWSER = DBUS_NAME + ".RecordBrowser" def byte_array_to_string(s): r = ""