Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-08-29 17:59:27 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-08-29 17:59:27 (GMT)
commit5d5eb2e79d96668cef44b5c590c138467931fae1 (patch)
tree2c0ad46833202284d13636fdd080dfc480595e91 /data
parent75e33c085f34dba7ff070e582acbf9ae33a765aa (diff)
Enlarge Pascal, sort getSoundList, widen TreeView
Diffstat (limited to 'data')
-rw-r--r--data/math/pascal2
-rw-r--r--data/sound/getSoundList4
2 files changed, 3 insertions, 3 deletions
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