Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/test.py
diff options
context:
space:
mode:
authorChristophe Gueret <christophe.gueret@gmail.com>2011-10-05 16:15:42 (GMT)
committer Christophe Gueret <christophe.gueret@gmail.com>2011-10-05 16:15:42 (GMT)
commitef2bc076a3764c29db6853715bb22a4168806309 (patch)
tree1d02d18eda35aa9824478cebdfc0ebe47cd67c72 /bin/test.py
parentb44e149a4b5e8bd257633c1d45a3346a6fcff859 (diff)
Started to better split the journal from the rest of the semanticxo
stack
Diffstat (limited to 'bin/test.py')
-rw-r--r--bin/test.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/test.py b/bin/test.py
index c5ec7df..4cf777b 100644
--- a/bin/test.py
+++ b/bin/test.py
@@ -12,10 +12,10 @@ if os.path.exists("/tmp/olpc-session-bus"):
if __name__ == "__main__":
entry = datastore.create()
- entry.metadata['title'] = 'Terminal Activity'
- entry.metadata['activity'] = 'org.laptop.Terminal'
- entry.metadata['activity_id'] = 'fca2a2a11810059906890855469ddb0c56be6a2a'
- entry.metadata['icon-color'] = '#FF8F00,#B20008'
+ #entry.metadata['title'] = 'Terminal Activity'
+ #entry.metadata['activity'] = 'org.laptop.Terminal'
+ #entry.metadata['activity_id'] = 'fca2a2a11810059906890855469ddb0c56be6a2a'
+ #entry.metadata['icon-color'] = '#FF8F00,#B20008'
datastore.write(entry)
print "Saved %s" % entry.get_object_id()
#entry.destroy()