From 4fdceee90d15ad7786e7403fddc4639222773cc7 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 02 Oct 2012 07:32:23 +0000 Subject: Avoid setting empty value with default locale in misc/aslo-sync --- diff --git a/misc/aslo-sync b/misc/aslo-sync index 6e90f6d..0166061 100755 --- a/misc/aslo-sync +++ b/misc/aslo-sync @@ -267,7 +267,7 @@ class Application(application.Application): def sync_context(self, addon_id, bundle_id): if not self.volume['context'].exists(bundle_id): self.volume['context'].create(guid=bundle_id, type='activity', - implement=bundle_id, title='', summary='', description='', + implement=bundle_id, title={}, summary={}, description={}, user=['aslo'], layer=['public'], ctime=0, mtime=0) created, modified, title, summary, description, homepage, name = \ -- cgit v0.9.1