From 58c32d61402866c651e464475cf6b51d84e57d23 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 4 Jan 2013 11:51:23 +0100 Subject: [PATCH] [FIX] encoding should be coding --- account_reversal/__init__.py | 2 +- account_reversal/__openerp__.py | 2 +- account_reversal/account_reversal.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_reversal/__init__.py b/account_reversal/__init__.py index 6183b6b93..93111ed49 100644 --- a/account_reversal/__init__.py +++ b/account_reversal/__init__.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # Account reversal module for OpenERP diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index c9927476a..30c07de78 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # Account reversal module for OpenERP diff --git a/account_reversal/account_reversal.py b/account_reversal/account_reversal.py index 667f7b2e4..7710b5cc2 100644 --- a/account_reversal/account_reversal.py +++ b/account_reversal/account_reversal.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # Account reversal module for OpenERP