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/playSine9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index cd97576..b68746c 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -1,8 +1,5 @@
-import sys
-from sugar.activity.activity import get_bundle_path
-sys.path.append(get_bundle_path() + '/sound')
-from sound import *
+import pippy
-playSine()
-audioOut()
+pippy.sound.playSine()
+pippy.sound.audioOut()