From 2e398c89f464ebadca6165cc58d13d737a9dea15 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Thu, 19 Feb 2015 15:41:00 -0500 Subject: [PATCH] Fix encoding line to be ascii readable --- base_contact/tests/__init__.py | 2 +- base_contact/tests/test_base_contact.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base_contact/tests/__init__.py b/base_contact/tests/__init__.py index fbadb7091..11b2647ca 100644 --- a/base_contact/tests/__init__.py +++ b/base_contact/tests/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 ⁻*- +# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Business Applications diff --git a/base_contact/tests/test_base_contact.py b/base_contact/tests/test_base_contact.py index f06a486c3..05e6c13ea 100644 --- a/base_contact/tests/test_base_contact.py +++ b/base_contact/tests/test_base_contact.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 ⁻*- +# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Business Applications