[Zope3-checkins] SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py fixed startup problem

Andreas Jung andreas at andreas-jung.com
Sat Oct 8 10:48:08 EDT 2005


Log message for revision 38955:
  fixed startup problem
  

Changed:
  U   Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py

-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py	2005-10-08 14:38:52 UTC (rev 38954)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py	2005-10-08 14:48:08 UTC (rev 38955)
@@ -56,7 +56,7 @@
         """ calls the register factory utility, that actually links
             the factory.
         """
-        registerer = _factory_registerer.register
+        registerer = getFactoryRegistry().register
 
         # need to register all methods<->mimetypes combos here
         # for imbrication: usally there are more methods than mimetypes



More information about the Zope3-Checkins mailing list