[Zope3-checkins] CVS: Zope3/src/zope/app/services - configuration.py:1.6.4.2

Tim Peters tim.one@comcast.net
Mon, 24 Feb 2003 15:36:36 -0500


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv32631/src/zope/app/services

Modified Files:
      Tag: use-config-branch
	configuration.py 
Log Message:
Changed the name of the Annotations key used by UseConfiguration to be
the full dotted name of the UseConfiguration class.


=== Zope3/src/zope/app/services/configuration.py 1.6.4.1 => 1.6.4.2 ===
--- Zope3/src/zope/app/services/configuration.py:1.6.4.1	Mon Feb 24 15:32:58 2003
+++ Zope3/src/zope/app/services/configuration.py	Mon Feb 24 15:36:35 2003
@@ -420,7 +420,7 @@
     queryActiveComponent = ContextMethod(queryActiveComponent)
 
 
-USE_CONFIG_KEY = 'zope.app.services.UseConfiguration'
+USE_CONFIG_KEY = 'zope.app.services.configuration.UseConfiguration'
 
 class UseConfiguration:
     """An adapter."""