[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py
Let's not have a circular reference here,
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Nov 4 16:08:03 EST 2005
Log message for revision 39894:
Let's not have a circular reference here,
Changed:
U Zope3/trunk/src/zope/app/component/metaconfigure.py
-=-
Modified: Zope3/trunk/src/zope/app/component/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/component/metaconfigure.py 2005-11-04 20:19:34 UTC (rev 39893)
+++ Zope3/trunk/src/zope/app/component/metaconfigure.py 2005-11-04 21:08:02 UTC (rev 39894)
@@ -246,7 +246,7 @@
ob = Proxy(ob, checker)
return ob
- factory.factory = factory
+ factory.factory = original_factory
return factory
More information about the Zope3-Checkins
mailing list