From 371da966eaa555032b2d617936ed7e7b2fc3e483 Mon Sep 17 00:00:00 2001 From: Nathanaël Lécaudé Date: Mon, 10 Sep 2007 19:47:31 +0000 Subject: Removed sort in example for getSound --- (limited to 'data') 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 -- cgit v0.9.1