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:40:19 (GMT)
committer Nathanaël Lécaudé <natcl@hotmail.com>2007-09-10 19:40:19 (GMT)
commitf1dfa06bdbbfbb7f98792b749814e1ff3fb3aa73 (patch)
treed04590eaad5e445330afe34b728ae1e441287c40 /data
parenta9b64722cc81bc987323e045e915781ec793cd12 (diff)
parentf112d8c4cba0f047d2f16c8404f15aff08f16973 (diff)
Merge branch 'master' of git+ssh://natcl@dev.laptop.org/git/projects/pippy-activity
Diffstat (limited to 'data')
-rw-r--r--data/math/pascal2
-rw-r--r--data/python/interpreter2
-rw-r--r--data/sound/getSoundList4
3 files changed, 5 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/python/interpreter b/data/python/interpreter
new file mode 100644
index 0000000..dcc838e
--- /dev/null
+++ b/data/python/interpreter
@@ -0,0 +1,2 @@
+import code
+code.InteractiveConsole().interact(banner="")
diff --git a/data/sound/getSoundList b/data/sound/getSoundList
index 12890e0..44c026d 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 getSoundList():
- print sound \ No newline at end of file
+for sound in sorted(getSoundList()):
+ print sound