From a929c9a3b465db8b7e17b9b39936c612c2621a7c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 14 Jul 2006 16:20:12 +0000 Subject: * Remove all bindings --- python/types.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 python/types.py (limited to 'python/types.py') 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 -- cgit