Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-02-17 16:31:56 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-02-17 16:31:56 (GMT)
commit23bc6e70bb2da6a15e845f435ac24c0f434e8e16 (patch)
treeebf8a7429f2b70dcfa27488166b4d2f4bda90432 /library
parent10e9ef5f3aaf1fb25bca98c57a574522319d5e5c (diff)
cleaning debug code
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/pippy/sound.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/library/pippy/sound.py b/library/pippy/sound.py
index e961dcd..ecda1be 100755
--- a/library/pippy/sound.py
+++ b/library/pippy/sound.py
@@ -26,26 +26,20 @@ path = activity.get_bundle_path()
path = path.split("/" )[0:-1]
path = "/".join(path)
-#ff = open("/tmp/rafael.txt", "a")
-ff.write(path + "\n")
for f in os.listdir(path):
- #ff.write(f + "\n")
if f == 'TamTamEdit.activity':
bundle_dir = os.path.join(path, f)
tamtam_subdir = str(os.path.join(bundle_dir, 'common', 'Resources', 'Sounds'))
sound_candidate_dirs = [
os.path.expandvars('$SUGAR_PATH/activities') + tamtam_subdir,
- #sugar.env.get_user_activities_path() + tamtam_subdir
tamtam_subdir
]
- ff.write(str(sound_candidate_dirs) + "\n")
orchlines = []
scorelines = []
instrlist = []
fnum = [100]
-ff.close()
"""XXX: This function seems to be broken. (CSA)
def quit(self):
perf.Stop()