reverted wrong XPathSelector commit

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%4090
This commit is contained in:
samus_ 2008-07-22 16:48:10 +00:00
parent e8b5a07a15
commit 85a4514603
1 changed files with 0 additions and 5 deletions

View File

@ -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"""