From c7637c02eb7e51c52aa4b60c9a0e4cfd8b74a7bc Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 4 May 2004 11:54:33 +0000
Subject: [PATCH] dict -> queue_dict

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

diff --git a/product/CMFActivity/Activity/RAMDict.py b/product/CMFActivity/Activity/RAMDict.py
index 0e81877b1c..e3195bb562 100755
--- a/product/CMFActivity/Activity/RAMDict.py
+++ b/product/CMFActivity/Activity/RAMDict.py
@@ -43,7 +43,7 @@ class RAMDict(Queue):
 
   def __init__(self):
     Queue.__init__(self)
-    self.dict = {}
+    self.queue_dict = {}
 
   def getDict(self, activity_tool):
     path = activity_tool.getPhysicalPath()
-- 
2.30.9