Commit c7637c02 authored by Yoshinori Okuji's avatar Yoshinori Okuji

dict -> queue_dict


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@819 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e45dfbd
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment