From 27b1cac8128eaf1c18681e248ac3f194954fafc3 Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Mon, 28 Mar 2011 16:04:53 +0200 Subject: [PATCH] [FIX] base_tools, marketing_campaign_crm_demo: __init__.py is no more blank - the file should not be blank otherwise the Debian packaging will ignore it. lp bug: https://launchpad.net/bugs/706227 fixed bzr revid: vmt@openerp.com-20110328140453-sbid5l1042qkqbyh --- addons/base_tools/__init__.py | 1 + addons/marketing_campaign_crm_demo/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/addons/base_tools/__init__.py b/addons/base_tools/__init__.py index e69de29bb2d..50a14119520 100644 --- a/addons/base_tools/__init__.py +++ b/addons/base_tools/__init__.py @@ -0,0 +1 @@ +# Debian packaging removes blank files, so this comment is added. diff --git a/addons/marketing_campaign_crm_demo/__init__.py b/addons/marketing_campaign_crm_demo/__init__.py index e69de29bb2d..50a14119520 100644 --- a/addons/marketing_campaign_crm_demo/__init__.py +++ b/addons/marketing_campaign_crm_demo/__init__.py @@ -0,0 +1 @@ +# Debian packaging removes blank files, so this comment is added.