1 # Backwards-compatibility with the old dbus_bindings.
4 from _dbus_bindings
import DBusException
5 class ConnectionError(Exception): pass
8 from _dbus_bindings
import Int16
, UInt16
, Int32
, UInt32
, Int64
, UInt64
,\
9 Variant
, ObjectPath
, Signature
, Byte
, ByteArray
10 # Don't bother importing SignatureIter, it can't be instantiated
11 # These used to be specialized subclasses, but these are unambiguous
14 Array
= list # FIXME: c'tor params
17 Dictionary
= dict # FIXME: c'tor params
20 from _dbus_bindings
import Message
, SignalMessage
as Signal
,\
21 MethodCallMessage
as MethodCall
,\
22 MethodReturnMessage
as MethodReturn
,\
24 # MessageIter has gone away, thankfully
27 from _dbus_bindings
import Connection