Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/model.py b/model.py
index 77a0aa2..8fef631 100644
--- a/model.py
+++ b/model.py
@@ -334,5 +334,4 @@ class Model(object):
gameObject.metadata['mime_type'] = 'application/x-memorize-project'
gameObject.metadata['icon-color'] = color
gameObject.file_path = path
- datastore.write(gameObject)
-
+ datastore.write(gameObject)