[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/servicenames.py Deprecated module

Jim Fulton jim at zope.com
Mon Mar 20 06:56:30 EST 2006


Log message for revision 66110:
  Deprecated module
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/servicenames.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/servicenames.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/servicenames.py	2006-03-20 09:11:11 UTC (rev 66109)
+++ Zope3/branches/jim-adapter/src/zope/app/servicenames.py	2006-03-20 11:56:30 UTC (rev 66110)
@@ -15,6 +15,10 @@
 
 $Id$
 """
+import warnings
+warnings.warn("This module is deprecated and will go away in Zope 3.5.",
+              DeprecationWarning, 2)
+
 from zope.component.servicenames import *
 
 Authentication = 'Authentication'



More information about the Zope3-Checkins mailing list