From 89b492cf4847ac930cd112ca16ae9e2786d4976f Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 1 Dec 2008 19:29:54 +0000 Subject: Replaced nonexistent type "double" with "float". In python, float represents a double-precision floating point number. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722191 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid') diff --git a/python/qpid/management.py b/python/qpid/management.py index 4a87d2d533..477f3e8f2b 100644 --- a/python/qpid/management.py +++ b/python/qpid/management.py @@ -450,7 +450,7 @@ class managementClient: elif typecode == 12: # FLOAT codec.write_float (float (value)) elif typecode == 13: # DOUBLE - codec.write_double (double (value)) + codec.write_double (float (value)) elif typecode == 14: # UUID codec.write_uuid (value) elif typecode == 15: # FTABLE -- cgit v1.2.1