Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
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())