summaryrefslogtreecommitdiffstats
path: root/python/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/types.py b/python/types.py
deleted file mode 100644
index f3d348c6..00000000
--- a/python/types.py
+++ /dev/null
@@ -1,19 +0,0 @@
-import dbus_bindings
-
-ObjectPath = dbus_bindings.ObjectPath
-ByteArray = dbus_bindings.ByteArray
-Signature = dbus_bindings.Signature
-Byte = dbus_bindings.Byte
-Boolean = dbus_bindings.Boolean
-Int16 = dbus_bindings.Int16
-UInt16 = dbus_bindings.UInt16
-Int32 = dbus_bindings.Int32
-UInt32 = dbus_bindings.UInt32
-Int64 = dbus_bindings.Int64
-UInt64 = dbus_bindings.UInt64
-Double = dbus_bindings.Double
-String = dbus_bindings.String
-Array = dbus_bindings.Array
-Struct = dbus_bindings.Struct
-Dictionary = dbus_bindings.Dictionary
-Variant = dbus_bindings.Variant