Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibrary/pippy/sound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/pippy/sound.py b/library/pippy/sound.py
index ecda1be..08a5274 100755
--- a/library/pippy/sound.py
+++ b/library/pippy/sound.py
@@ -23,7 +23,7 @@ from gettext import gettext as _
from sugar.activity import activity
path = activity.get_bundle_path()
-path = path.split("/" )[0:-1]
+path = path.split("/")[0:-1]
path = "/".join(path)
for f in os.listdir(path):