From 1757c60aff128adcd7375c10cc3e7a30f6d60d3a Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Mon, 31 Jan 2011 12:44:47 +0000 Subject: [PATCH] commit a stub to avoid failing tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42807 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py index c32280da7e..c6ef94371f 100644 --- a/product/ERP5Type/Utils.py +++ b/product/ERP5Type/Utils.py @@ -3384,3 +3384,6 @@ def reencodeUrlEscapes(url): url += [_reencodeUrlEscapes_map[c] for c in part] except StopIteration: return ''.join(url) + +def createRelatedAccessors(): + pass -- 2.30.9