[Zope3-checkins] CVS: Zope3/src/zope/app/services - servicenames.py:1.7

Albertas Agejevas alga@codeworks.lt
Wed, 2 Jul 2003 07:02:48 -0400


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

Modified Files:
	servicenames.py 
Log Message:
Updated the introspector to use the Interface service instead of ++module++.
Added a functional test.


=== Zope3/src/zope/app/services/servicenames.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/services/servicenames.py:1.6	Tue May 20 11:46:40 2003
+++ Zope3/src/zope/app/services/servicenames.py	Wed Jul  2 07:02:17 2003
@@ -29,3 +29,4 @@
 Workflows = 'Workflows'
 Translation = 'Translation'
 DAVSchema = 'DAVSchema'
+PrincipalAnnotation = 'PrincipalAnnotation'