[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - GlobalFactoryService.py:1.2.2.1
Stephan Richter
srichter@cbu.edu
Fri, 14 Jun 2002 10:49:02 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv20580/lib/python/Zope/ComponentArchitecture
Modified Files:
Tag: srichter-z3-unicode-branch
GlobalFactoryService.py
Log Message:
Branch-specifc commit, so that Barry and Fred can help me debug the existing
errors.
=== Zope3/lib/python/Zope/ComponentArchitecture/GlobalFactoryService.py 1.2 => 1.2.2.1 ===
# the global factory service instance (see component.zcml )
factoryService = GlobalFactoryService()
-
+provideFactory = factoryService.provideFactory
@@ -65,4 +65,4 @@
# Register our cleanup with Testing.CleanUp to make writing unit tests simpler.
from Zope.Testing.CleanUp import addCleanUp
addCleanUp(_clear)
-del addCleanUp
\ No newline at end of file
+del addCleanUp