Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sound.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-12-16 19:36:06 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-12-16 19:36:06 (GMT)
commitf699b1f6dc897a96e4323db65961190e65690eef (patch)
tree8c457dc2e20f02e7716a3185f15bbabef9df1080 /sound.py
parent33cc7c69a7af607d129c43072187f44e5c99c066 (diff)
Switch to services
Diffstat (limited to 'sound.py')
-rw-r--r--sound.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound.py b/sound.py
index b473ca9..82c9cfb 100644
--- a/sound.py
+++ b/sound.py
@@ -19,12 +19,13 @@ import shutil
from glob import glob
from gettext import gettext as _
-import port.chooser as chooser
+import toolkit.chooser as chooser
import theme
from utils import *
from sugar.activity.activity import get_bundle_path
+
def load():
from document import Document