default xpath selector was html

This commit is contained in:
Daniel Graña 2013-10-11 19:53:32 -02:00
parent a9eb0b74c8
commit e4d6e2eb31
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ __all__ = ['HtmlXPathSelector', 'XmlXPathSelector', 'XPathSelector',
class XPathSelector(Selector):
__slots__ = ()
default_contenttype = 'xml'
default_contenttype = 'html'
class XmlXPathSelector(XPathSelector):