do a deep copy of the datastore when replicating a module

git-svn-id: file:///home/svn/framework3/trunk@9651 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-07-01 21:57:24 +00:00
parent c0eaed263c
commit 37da4be3e4
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class Module
#
def replicant
obj = self.class.new
obj.datastore = self.datastore.dup
obj.datastore = self.datastore.copy
obj.user_input = self.user_input
obj.user_output = self.user_output
obj.module_store = self.module_store