Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorjaberg <james@localhost.localdomain>2007-01-10 05:38:53 (GMT)
committer jaberg <james@localhost.localdomain>2007-01-10 05:38:53 (GMT)
commitce450c25e2dba1594316c66142730a3708e1da52 (patch)
tree391c2f94f45fdcbdcccc53ff15cb8173ff5004b6 /TamTam.py
parentcb5060a8dcbd346f371d6598fe4dcea034ff77ce (diff)
uninit on sugar mode
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TamTam.py b/TamTam.py
index d442c30..f9f033c 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -71,6 +71,8 @@ if __name__ == "__main__":
sys.exit(0)
else:
run_sugar_mode()
+ csnd.initialize(False)
+ print 'GOT BACK FROM UNINIT'
sys.exit(0)