From: Marcel Holtmann Date: Sun, 23 Nov 2008 20:02:08 +0000 (+0100) Subject: Separate elements in device list X-Git-Tag: 0.1~73 X-Git-Url: http://git.maemo.org/git/?p=connman;a=commitdiff_plain;h=d184b124aaf605727e9a1ea5075f98351747c990 Separate elements in device list --- diff --git a/test/test-manager b/test/test-manager index d06391f..0ae6a40 100755 --- a/test/test-manager +++ b/test/test-manager @@ -12,7 +12,7 @@ properties = manager.GetProperties() def print_list(key, value): text = "" for path in value: - text = text + str(path) + text = text + str(path) + " " print "%s = %s" % (key, text) for key in properties.keys():