[FIX] l10n_at,l10n_tr: remove windows UTF8 BOM in Python source files, redundant...
authorOlivier Dony <odo@openerp.com>
Fri, 23 Nov 2012 23:42:56 +0000 (00:42 +0100)
committerOlivier Dony <odo@openerp.com>
Fri, 23 Nov 2012 23:42:56 +0000 (00:42 +0100)
commit1f410045c85b5c7b5df77ec29275e7fca257b631
tree29ea7f094dedb51835006d52a0ec66629eebae19
parente72a88a630a86a900a61733f525942cd3311805b
[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
addons/l10n_at/account_wizard.py
addons/l10n_tr/__init__.py
addons/l10n_tr/__openerp__.py