Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playSine
diff options
context:
space:
mode:
authorNathanaël Lécaudé <natcl@hotmail.com>2007-08-29 17:32:33 (GMT)
committer Nathanaël Lécaudé <natcl@hotmail.com>2007-08-29 17:32:33 (GMT)
commit4cc46e3dd4ebb4713e87c8e677d4b44580574f3a (patch)
tree29921f1e97180e92a28b2c9323cf652ad3d9b2af /data/sound/playSine
parent1457178256ce8b46e250b396d8b506613f68a089 (diff)
renamed snd to sound
Diffstat (limited to 'data/sound/playSine')
-rw-r--r--data/sound/playSine2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index a641b72..cd97576 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -1,7 +1,7 @@
import sys
from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
-from snd import *
+from sound import *
playSine()
audioOut()