Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2008-03-15 00:09:44 (GMT)
committer Chris Ball <cjb@laptop.org>2008-03-15 00:09:44 (GMT)
commitee69feed52cbd92db55564a7f3e7f627fdea1692 (patch)
tree5199f8e0f5ff23210a91030f4b689c303383f779 /data
parent37b1302cc63759ffe97146006e1d4de4dcde6343 (diff)
Join the sound list by spaces instead of newlines.
Diffstat (limited to 'data')
-rw-r--r--data/sound/getSoundList3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/sound/getSoundList b/data/sound/getSoundList
index 8d722bb..85fe06f 100644
--- a/data/sound/getSoundList
+++ b/data/sound/getSoundList
@@ -1,4 +1,3 @@
import pippy
-for sound in pippy.sound.getSoundList():
- print sound
+print " ".join(pippy.sound.getSoundList())