merge
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 10 Aug 2009 11:11:19 +0200
changeset 2753 15a2d84e2802
parent 2747 4f9ffcd8d5a2 (diff)
parent 2752 28783f51df10 (current diff)
child 2754 1db51bb55b45
merge
--- a/interfaces.py	Mon Aug 10 10:55:58 2009 +0200
+++ b/interfaces.py	Mon Aug 10 11:11:19 2009 +0200
@@ -127,6 +127,9 @@
     def children(self):
         """returns the item's children"""
 
+    def children_rql(self):
+        """XXX returns RQL to get children"""
+
     def __iter__(self):
         """iterates over the item's children"""
 
@@ -137,7 +140,7 @@
         """returns true if this node has no parent"""
 
     def root(self):
-        """return the root object"""
+        """returns the root object"""
 
 
 ## web specific interfaces ####################################################