From 5d5eb2e79d96668cef44b5c590c138467931fae1 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Wed, 29 Aug 2007 17:59:27 +0000 Subject: Enlarge Pascal, sort getSoundList, widen TreeView --- (limited to 'data') diff --git a/data/math/pascal b/data/math/pascal index 4d600f4..359acdd 100644 --- a/data/math/pascal +++ b/data/math/pascal @@ -1,5 +1,5 @@ # Pascal's triangle -lines = 8 +lines = 9 vector = [1] 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 -- cgit v0.9.1