Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playSine
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/playSine')
-rw-r--r--data/sound/playSine4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index 8cda42e..a641b72 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -1,6 +1,8 @@
import sys
-sys.path.append('/usr/share/activities/Pippy.activity/sound')
+from sugar.activity.activity import get_bundle_path
+sys.path.append(get_bundle_path() + '/sound')
from snd import *
+
playSine()
audioOut()