Package dbus :: Module dbus_bindings
[hide private]
[frames] | no frames]

Module dbus_bindings

source code

Classes [hide private]
  ConnectionError
Variables [hide private]
  _dbus_bindings_warning = <exceptions.DeprecationWarning instan...
Variables Details [hide private]

_dbus_bindings_warning

Value:
DeprecationWarning("""\
The dbus_bindings module is not public API and will go away soon.

Most uses of dbus_bindings are applications catching the exception
dbus.dbus_bindings.DBusException. You should use dbus.DBusException
instead (this is compatible with all dbus-python versions since 0.40.2\
).

...