From 63c5a0ecdc4af11bba559717b07319f37e278c25 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Wed, 18 Nov 2009 05:45:22 +0000 Subject: [PATCH] remove non-ascii character causing a DeprecationWarning git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30706 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Accessor/Constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Accessor/Constant.py b/product/ERP5Type/Accessor/Constant.py index 159f93ec0c..924be35203 100644 --- a/product/ERP5Type/Accessor/Constant.py +++ b/product/ERP5Type/Accessor/Constant.py @@ -56,7 +56,7 @@ class PropertyGetter: def __float__(self): return float(self.value) - # following methods are used for < > == !â¼ , etc + # following methods are used for < > == != , etc def __eq__(self, other): return int(self.value) == int(other) -- 2.30.9