Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-09 16:41:58 (GMT)
committer Nat <natcl@hotmail.com>2007-07-09 16:41:58 (GMT)
commitbc8b3d6fcf7f5896671c3a0b3eea387beb46deac (patch)
tree5685dfd947c8f381787d727cad611cebe8e9da30 /TamTam.py
parentdaea2bfc72bf6cf41878a50020f07c3f492a8b33 (diff)
TamTamJam integration with journal
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 a7f0e88..514adec 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -248,6 +248,8 @@ class TamTam(Activity):
if self.mode == 'mini':
self.metadata['tamtam_subactivity'] = self.mode
self.metadata['title'] = 'TamTam Jam'
+ f = open(file_path,'w')
+ f.close()
if __name__ == "__main__":