Revision 985b9b09 snf-pithos-backend/pithos/backends/lib/sqlite/node.py

b/snf-pithos-backend/pithos/backends/lib/sqlite/node.py
203 203
        props = (parent, path)
204 204
        return self.execute(q, props).lastrowid
205 205

  
206
    def node_lookup(self, path):
206
    def node_lookup(self, path, **kwargs):
207 207
        """Lookup the current node of the given path.
208 208
           Return None if the path is not found.
209

  
210
           kwargs is not used: it is passed for conformance
209 211
        """
210 212

  
211 213
        q = "select node from nodes where path = ?"

Also available in: Unified diff