From ee69feed52cbd92db55564a7f3e7f627fdea1692 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sat, 15 Mar 2008 00:09:44 +0000 Subject: Join the sound list by spaces instead of newlines. --- (limited to 'data') 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()) -- cgit v0.9.1