From 85a4514603bc29096f7b7a6449252ae5dcea430f Mon Sep 17 00:00:00 2001 From: samus_ Date: Tue, 22 Jul 2008 16:48:10 +0000 Subject: [PATCH] reverted wrong XPathSelector commit --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%4090 --- scrapy/trunk/scrapy/xpath/selector.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scrapy/trunk/scrapy/xpath/selector.py b/scrapy/trunk/scrapy/xpath/selector.py index 3f0ccc063..bdc30cf89 100644 --- a/scrapy/trunk/scrapy/xpath/selector.py +++ b/scrapy/trunk/scrapy/xpath/selector.py @@ -86,11 +86,6 @@ class XPathSelector(object): class XPathSelectorList(list): """List of XPathSelector objects""" - def __getitem__(self, i): - print '__getitem__' - self.__getitem__(i) - #return XPathSelectorList(list.__getslice__(self, i, j)) - def x(self, xpath): """Perform the given XPath query on each XPathSelector of the list and return a new (flattened) XPathSelectorList of the results"""