Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <muriel@laptop.org>2007-11-29 18:26:26 (GMT)
committer Muriel de Souza Godoi <muriel@laptop.org>2007-11-29 18:26:26 (GMT)
commit635e5e5ae55b00e4085a838beae7fd30bd8a3124 (patch)
tree0c0bcd9074579e5a5305fe9cfb5689da34dd22d4 /model.py
parentdad22b884a1850563e115b7ec6dcdd06d39e276a (diff)
Adds support to record ogg files and add mime-type icon
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index b3498bc..816d5de 100644
--- a/model.py
+++ b/model.py
@@ -329,7 +329,7 @@ class Model(object):
if color == None:
color = profile.get_color().to_string()
_logger.debug('Save new game in datastore')
-
+
# Saves the zip in datastore
gameObject = datastore.create()
gameObject.metadata['title'] = title