projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0217800
)
Separate elements in device list
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 20:02:08 +0000
(21:02 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 20:02:08 +0000
(21:02 +0100)
test/test-manager
patch
|
blob
|
history
diff --git
a/test/test-manager
b/test/test-manager
index
d06391f
..
0ae6a40
100755
(executable)
--- 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():