Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/getSoundList
blob: 44c026d80ba3ee1cbe566df47fdf4e3852e36b20 (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 sorted(getSoundList()):
    print sound