mirror of https://github.com/scrapy/scrapy.git
remove more references to libxml2
This commit is contained in:
parent
4645f9e03c
commit
ab9462a251
|
|
@ -89,7 +89,6 @@ subclasses):
|
|||
* ``scrapy.item.Item``
|
||||
* ``scrapy.selector.Selector``
|
||||
* ``scrapy.spider.BaseSpider``
|
||||
* ``scrapy.selector.document.Libxml2Document``
|
||||
|
||||
A real example
|
||||
--------------
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ from scrapy.selector.lxmldocument import LxmlDocument
|
|||
from scrapy.http import TextResponse, HtmlResponse
|
||||
|
||||
|
||||
class Libxml2DocumentTest(unittest.TestCase):
|
||||
class LxmlDocumentTest(unittest.TestCase):
|
||||
|
||||
def test_caching(self):
|
||||
r1 = HtmlResponse('http://www.example.com', body='<html><head></head><body></body></html>')
|
||||
|
|
|
|||
Loading…
Reference in New Issue