[Zope3-checkins] SVN: Zope3/trunk/src/zope/structuredtext/stdom.py minor cleanup

Philipp von Weitershausen philikon at philikon.de
Sun Jan 8 08:05:10 EST 2006


Log message for revision 41214:
  minor cleanup
  

Changed:
  U   Zope3/trunk/src/zope/structuredtext/stdom.py

-=-
Modified: Zope3/trunk/src/zope/structuredtext/stdom.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/stdom.py	2006-01-08 12:52:25 UTC (rev 41213)
+++ Zope3/trunk/src/zope/structuredtext/stdom.py	2006-01-08 13:05:09 UTC (rev 41214)
@@ -245,14 +245,13 @@
         """
         return ()
 
-    def getPreviousSibling(self, type=type, sts=string_types,
-                           getattr=getattr):
+    def getPreviousSibling(self):
         """
         The node immediately preceding this node.  If
         there is no such node, this returns None.
         """
 
-    def getNextSibling(self, type=type, sts=string_types):
+    def getNextSibling(self):
         """
         The node immediately preceding this node.  If
         there is no such node, this returns None.



More information about the Zope3-Checkins mailing list