[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/interfaces/_tools.py Additional revert() method added.

Charlie Clark charlie at begeistert.org
Sun Oct 3 07:50:17 EDT 2010


Log message for revision 117196:
  Additional revert() method added.

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/interfaces/_tools.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/interfaces/_tools.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/interfaces/_tools.py	2010-10-03 11:47:31 UTC (rev 117195)
+++ Products.CMFCore/trunk/Products/CMFCore/interfaces/_tools.py	2010-10-03 11:50:16 UTC (rev 117196)
@@ -1359,8 +1359,12 @@
         Objects that can be syndicated provide the ISyndicatable interface
         """
         )
-
     
+    def revert():
+        """
+        Remove any folderish specific syndication settings.
+        """
+    
     def enable():
         """ Enable syndication for an object """
     



More information about the checkins mailing list