[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - registration.py:1.11

Fred L. Drake, Jr. fred at zope.com
Thu Oct 16 10:37:08 EDT 2003


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

Modified Files:
	registration.py 
Log Message:
fix whitespace


=== Zope3/src/zope/app/interfaces/services/registration.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.10	Wed Sep 24 16:43:11 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py	Thu Oct 16 10:37:07 2003
@@ -158,7 +158,7 @@
 
 
 class INamedComponentRegistration(INamedRegistration,
-                                   IComponentRegistration):
+                                  IComponentRegistration):
     """Components registered by name, using componemt path and permission."""
 
 




More information about the Zope3-Checkins mailing list