Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorNathanaël Lécaudé <natcl@hotmail.com>2007-09-10 19:47:31 (GMT)
committer Nathanaël Lécaudé <natcl@hotmail.com>2007-09-10 19:47:31 (GMT)
commit371da966eaa555032b2d617936ed7e7b2fc3e483 (patch)
treef9613ea8c2f4cbfa9516af517896309542e031a6 /data
parent2cc81cbe789bce99a2109f4a7183f7b693623412 (diff)
Removed sort in example for getSound
Diffstat (limited to 'data')
-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