Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/getSoundList
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/getSoundList')
-rw-r--r--data/sound/getSoundList4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sound/getSoundList b/data/sound/getSoundList
index 317ba41..09876c1 100644
--- a/data/sound/getSoundList
+++ b/data/sound/getSoundList
@@ -3,5 +3,5 @@ from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
from snd import *
-for sound in getSoundList():
- print sound \ No newline at end of file
+for sound in sorted(getSoundList()):
+ print sound