summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/types.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/types.py b/dbus/types.py
index cc4a678..d638a8e 100644
--- a/dbus/types.py
+++ b/dbus/types.py
@@ -1,9 +1,10 @@
__all__ = ('ObjectPath', 'ByteArray', 'Signature', 'Byte', 'Boolean',
'Int16', 'UInt16', 'Int32', 'UInt32', 'Int64', 'UInt64',
'Double', 'String', 'Array', 'Struct', 'Dictionary',
- 'UTF8String')
+ 'UTF8String', 'UnixFd')
from _dbus_bindings import ObjectPath, ByteArray, Signature, Byte,\
Int16, UInt16, Int32, UInt32,\
Int64, UInt64, Dictionary, Array, \
- String, Boolean, Double, Struct, UTF8String
+ String, Boolean, Double, Struct, UTF8String, \
+ UnixFd