[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)
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

index e9fdd4b..13d2e11 100644 (file)
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- encoding: utf-8 -*-
 ##############################################################################
 #    
 #    OpenERP, Open Source Management Solution
index 15b0735..a3f8745 100644 (file)
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- encoding: utf-8 -*-
 ##############################################################################
 #    
 #    OpenERP, Open Source Management Solution
index f08af1a..3fe4bf9 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 #    OpenERP, Open Source Management Solution
index 6a0ad41..94d1476 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 #    OpenERP, Open Source Management Solution