From 7095f0f4e7ac0d529749c9e299cc6245d3f22bcb Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 6 Jul 2004 14:11:35 +0000
Subject: [PATCH] clearCache should not take any argument.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1127 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Cache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Cache.py b/product/ERP5Type/Cache.py
index 88482af3fd..880c098d1d 100755
--- a/product/ERP5Type/Cache.py
+++ b/product/ERP5Type/Cache.py
@@ -139,5 +139,5 @@ class CachingMethod:
 
 allow_class(CachingMethod)
 
-def clearCache(self):
+def clearCache():
   cached_object_dict.clear()
-- 
2.30.9