[Zope-Checkins] CVS: Zope/lib/python/OFS - PropertyManager.py:1.46.6.3

Ken Manheimer klm@zope.com
Mon, 16 Sep 2002 11:19:25 -0400


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv20353

Modified Files:
      Tag: Zope-2_6-branch
	PropertyManager.py 
Log Message:
... and wrap a long line, while we're here.


=== Zope/lib/python/OFS/PropertyManager.py 1.46.6.2 => 1.46.6.3 ===
--- Zope/lib/python/OFS/PropertyManager.py:1.46.6.2	Mon Sep 16 11:17:55 2002
+++ Zope/lib/python/OFS/PropertyManager.py	Mon Sep 16 11:19:25 2002
@@ -286,7 +286,8 @@
                 self._updateProperty(name, value)
         if REQUEST:
             message="Saved changes."
-            return self.manage_propertiesForm(self,REQUEST,manage_tabs_message=message)
+            return self.manage_propertiesForm(self,REQUEST,
+                                              manage_tabs_message=message)
 
     # Note - this is experimental, pending some community input.