[Zope3-checkins] CVS: Zope3/src/zope/app/startup - simpleregistry.py:1.5

Albertas Agejevas alga@codeworks.lt
Thu, 13 Mar 2003 13:49:40 -0500


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

Modified Files:
	simpleregistry.py 
Log Message:
An unexpected raid by the Whitespace Police.

Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.



=== Zope3/src/zope/app/startup/simpleregistry.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/startup/simpleregistry.py:1.4	Tue Feb 11 10:59:59 2003
+++ Zope3/src/zope/app/startup/simpleregistry.py	Thu Mar 13 13:49:10 2003
@@ -48,8 +48,8 @@
 
     def __str__(self):
         """Returns string representation of Error"""
-        return ( "The object with name " + self.name + " does not implement "
-                 "the interface " + self.interface.__name__ + "." )
+        return ("The object with name " + self.name + " does not implement "
+                "the interface " + self.interface.__name__ + ".")