[Zope3-checkins]
SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py
removed prefix
Tarek Ziadé
tziade at nuxeo.com
Fri Oct 7 07:34:03 EDT 2005
Log message for revision 38867:
removed prefix
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-07 11:33:15 UTC (rev 38866)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metaconfigure.py 2005-10-07 11:34:03 UTC (rev 38867)
@@ -56,7 +56,7 @@
""" calls the register factory utility, that actually links
the factory.
"""
- factory_registerer = zapi.getUtility(IRequestPublicationRegistry)
+ factory_registerer = getUtility(IRequestPublicationRegistry)
registerer = factory_registerer.register
# need to register all methods<->mimetypes combos here
More information about the Zope3-Checkins
mailing list