[Zope3-checkins] SVN: Zope3/trunk/src/zope/component/site.py Be a
bit more clear about where stuff went - it also went to
Martijn Faassen
faassen at infrae.com
Fri Apr 28 05:36:32 EDT 2006
Log message for revision 67699:
Be a bit more clear about where stuff went - it also went to
zope.component.registry.
Changed:
U Zope3/trunk/src/zope/component/site.py
-=-
Modified: Zope3/trunk/src/zope/component/site.py
===================================================================
--- Zope3/trunk/src/zope/component/site.py 2006-04-28 09:25:33 UTC (rev 67698)
+++ Zope3/trunk/src/zope/component/site.py 2006-04-28 09:36:32 UTC (rev 67699)
@@ -22,8 +22,9 @@
import warnings
warnings.warn("The zope.component.site module has been deprecated and "
- "will be removed. Most of the functionality now resides "
- "in the zope.component.globalregistry module.",
+ "will be removed. The functionality now resides "
+ "in the zope.component.globalregistry "
+ "and zope.component.registry modules.",
DeprecationWarning, stacklevel=2)
from zope.component.registry import Components as SiteManager
More information about the Zope3-Checkins
mailing list