Commit 66a86be2 authored by Jim Fulton's avatar Jim Fulton

Got rid of some silly debug logic.

parent 2cb4b6ce
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
# #
############################################################################## ##############################################################################
__doc__="""Copy interface""" __doc__="""Copy interface"""
__version__='$Revision: 1.41 $'[11:-2] __version__='$Revision: 1.42 $'[11:-2]
import sys, string, Globals, Moniker, tempfile, ExtensionClass import sys, string, Globals, Moniker, tempfile, ExtensionClass
from marshal import loads, dumps from marshal import loads, dumps
...@@ -231,7 +231,6 @@ class CopyContainer(ExtensionClass.Base): ...@@ -231,7 +231,6 @@ class CopyContainer(ExtensionClass.Base):
if hasattr(ob, 'aq_base'): if hasattr(ob, 'aq_base'):
ob=ob.aq_base ob=ob.aq_base
id=self._get_id(id) id=self._get_id(id)
__tracenack_info__=type(ob), ob.__class__
ob._setId(id) ob._setId(id)
self._setObject(id, ob) self._setObject(id, ob)
#ob=ob.__of__(self) #ob=ob.__of__(self)
......
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