Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/sndInfo
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/sndInfo')
-rw-r--r--data/sound/sndInfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sound/sndInfo b/data/sound/sndInfo
new file mode 100644
index 0000000..f40accb
--- /dev/null
+++ b/data/sound/sndInfo
@@ -0,0 +1,4 @@
+import sys
+sys.path.append('/usr/share/activities/Pippy.activity/sound')
+from snd import *
+print playSine.__doc__