[Zope3-checkins] CVS: Zope3/src/zope/app/container - zopecontainer.py:1.5

Steve Alexander steve@cat-box.net
Sun, 19 Jan 2003 10:09:33 -0500


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

Modified Files:
	zopecontainer.py 
Log Message:
split line that was too long


=== Zope3/src/zope/app/container/zopecontainer.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/container/zopecontainer.py:1.4	Thu Jan 16 06:59:58 2003
+++ Zope3/src/zope/app/container/zopecontainer.py	Sun Jan 19 10:09:31 2003
@@ -131,8 +131,8 @@
         elif hasattr(object, 'manage_beforeDelete'):
             # XXX: Ideally, only do this in debug mode.
             from warnings import warn
-            warn("Class %s has manage_beforeDelete but is not IDeleteNotifiable" %
-                 object.__class__)
+            warn('Class %s has manage_beforeDelete but is not'
+                 ' IDeleteNotifiable' % object.__class__)
 
         del container[key]