Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2007-12-11 22:58:01 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2007-12-11 22:58:01 (GMT)
commitf5ce4173f9a23861b134db2ea7c044714a8450c6 (patch)
treedcd267f5e8e7bb0f1cb56d37d57b2bb63189d8fb /library
parent6b9a427f10ebf8b233c1640532ba7b5a9ae71315 (diff)
Speed up import pippy sound (by a lot!) by removing an unused import.
'import sugar.activity.activity' seems to be very slow!
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/pippy/sound.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/pippy/sound.py b/library/pippy/sound.py
index b84cbe6..03e3d1f 100755
--- a/library/pippy/sound.py
+++ b/library/pippy/sound.py
@@ -4,7 +4,6 @@
# audioOut write a wave file if a string is given as argument
import os
from sugar import env
-from sugar.activity.activity import get_bundle_path
orchlines = []
scorelines = []