[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Jan Luebbe jluebbe at debian.org
Mon Feb 2 18:52:07 UTC 2009


The following commit has been merged in the master branch:
commit 5f9b1f9df7fc26e562fa4f6833810ff1ec8575c7
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Thu Jan 29 20:52:27 2009 +0100

    cli-framework: complete the integer types

diff --git a/tools/cli-framework b/tools/cli-framework
index 084e495..91ef8ec 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -31,8 +31,11 @@ def dbus_to_python( v ):
 
     if isinstance(v, dbus.Byte) \
         or isinstance(v, dbus.Int64) \
-        or isinstance(v, dbus.UInt32) \
+        or isinstance(v, dbus.UInt64) \
         or isinstance(v, dbus.Int32) \
+        or isinstance(v, dbus.UInt32) \
+        or isinstance(v, dbus.Int16) \
+        or isinstance(v, dbus.UInt16) \
         or type(v) == types.IntType:
         return int(v)
     elif isinstance(v, dbus.Double) or type(v) == types.FloatType:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list