Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/aslo_sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/aslo_sync.py b/misc/aslo_sync.py
index 792b0c4..303bb15 100755
--- a/misc/aslo_sync.py
+++ b/misc/aslo_sync.py
@@ -64,13 +64,13 @@ volume = None
def main():
if not volume['context'].exists(SN_GUID):
- volume['context'].create(guid=SN_GUID, type='application',
+ volume['context'].create(guid=SN_GUID, type='project',
title='Sugar Network', summary='Sugar Network',
description='Sugar Network', user=['aslo'],
layer=['public'], ctime=time.time(), mtime=time.time())
if not volume['context'].exists(SUGAR_GUID):
- volume['context'].create(guid=SUGAR_GUID, type='application',
+ volume['context'].create(guid=SUGAR_GUID, type='project',
title='Sugar', summary='Sugar', description='Sugar',
user=['aslo'],
layer=['public'], ctime=time.time(), mtime=time.time())