Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/sound/getSoundList2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/getSoundList b/data/sound/getSoundList
index 44c026d..215e97a 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 sound import *
-for sound in sorted(getSoundList()):
+for sound in getSoundList():
print sound