Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/getSoundList
blob: 215e97afd1f9589692242e275b8ff1258c20be15 (plain)
1
2
3
4
5
6
7
import sys
from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
from sound import *

for sound in getSoundList():
    print sound