[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/container.py Added missing import for sameProxyObjects, the existing code in contained()

Michael Bernstein webmaven at cox.net
Tue Jan 16 02:55:12 EST 2007


Log message for revision 72042:
  Added missing import for sameProxyObjects, the existing code in contained()
  was failing after a copy-paste operation.
  

Changed:
  U   z3c.zalchemy/trunk/src/z3c/zalchemy/container.py

-=-
Modified: z3c.zalchemy/trunk/src/z3c/zalchemy/container.py
===================================================================
--- z3c.zalchemy/trunk/src/z3c/zalchemy/container.py	2007-01-15 18:35:52 UTC (rev 72041)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/container.py	2007-01-16 07:55:10 UTC (rev 72042)
@@ -14,6 +14,7 @@
 from persistent import Persistent
 
 from zope.security.proxy import removeSecurityProxy
+from zope.proxy import ProxyBase, sameProxiedObjects
 
 from zope.app.container.contained import Contained
 from zope.app.container.contained import ContainedProxy



More information about the Checkins mailing list