From 1f410045c85b5c7b5df77ec29275e7fca257b631 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Sat, 24 Nov 2012 00:42:56 +0100 Subject: [PATCH] [FIX] l10n_at,l10n_tr: remove windows UTF8 BOM in Python source files, redundant with magic coding comment Actually makes the babel term extractor fail with this error: SyntaxError: python refuses to compile code with both a UTF8 byte-order-mark and a magic encoding comment bzr revid: odo@openerp.com-20121123234256-2kcjfedy1czxd86l --- addons/l10n_at/__openerp__.py | 2 +- addons/l10n_at/account_wizard.py | 2 +- addons/l10n_tr/__init__.py | 2 +- addons/l10n_tr/__openerp__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/l10n_at/__openerp__.py b/addons/l10n_at/__openerp__.py index e9fdd4bf8fd..13d2e11a2df 100644 --- a/addons/l10n_at/__openerp__.py +++ b/addons/l10n_at/__openerp__.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution diff --git a/addons/l10n_at/account_wizard.py b/addons/l10n_at/account_wizard.py index 15b0735b9ca..a3f87456cfc 100644 --- a/addons/l10n_at/account_wizard.py +++ b/addons/l10n_at/account_wizard.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution diff --git a/addons/l10n_tr/__init__.py b/addons/l10n_tr/__init__.py index f08af1a4445..3fe4bf912d2 100644 --- a/addons/l10n_tr/__init__.py +++ b/addons/l10n_tr/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution diff --git a/addons/l10n_tr/__openerp__.py b/addons/l10n_tr/__openerp__.py index 6a0ad411867..94d1476a3cc 100644 --- a/addons/l10n_tr/__openerp__.py +++ b/addons/l10n_tr/__openerp__.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution