From f699b1f6dc897a96e4323db65961190e65690eef Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 16 Dec 2009 19:36:06 +0000 Subject: Switch to services --- (limited to 'sound.py') 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 -- cgit v0.9.1