[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
This commit is contained in:
Olivier Dony 2012-11-24 00:42:56 +01:00
parent e72a88a630
commit 1f410045c8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution

View File

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution