Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-02-17 16:35:43 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-02-17 16:35:43 (GMT)
commit44b3133b698043e78b2d17f84e8a2418f42e7647 (patch)
tree9e68b7bbd8ae1d1accef9f07a4b9624f89fce164
parent1574f8a3c0189c336895ad70e650c71a9f4f72f1 (diff)
pep8 fixv46
-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):