From caff71b95dcf0930dccd957109fc349cd22c517c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 4 Aug 2009 09:10:08 +0000
Subject: [PATCH]  - set file encoding

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28263 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Tool/BuilderTool.py  | 1 +
 product/ERP5/Tool/DeliveryTool.py | 1 +
 product/ERP5/Tool/OrderTool.py    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/product/ERP5/Tool/BuilderTool.py b/product/ERP5/Tool/BuilderTool.py
index f5ef14b9eb..2d0fecb161 100644
--- a/product/ERP5/Tool/BuilderTool.py
+++ b/product/ERP5/Tool/BuilderTool.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
diff --git a/product/ERP5/Tool/DeliveryTool.py b/product/ERP5/Tool/DeliveryTool.py
index c07cfb161c..18883084ca 100644
--- a/product/ERP5/Tool/DeliveryTool.py
+++ b/product/ERP5/Tool/DeliveryTool.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2005-2009 Nexedi SA and Contributors. All Rights Reserved.
diff --git a/product/ERP5/Tool/OrderTool.py b/product/ERP5/Tool/OrderTool.py
index a73f75fdb6..48229eb529 100644
--- a/product/ERP5/Tool/OrderTool.py
+++ b/product/ERP5/Tool/OrderTool.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2005-2009 Nexedi SA and Contributors. All Rights Reserved.
-- 
2.30.9