Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CSS Selector to use new style
New style of calling the CSSSelector directly instead of using the evaluate function. This has been supported since lxml 1.1 [1] and the evaluate method has been deprecated since lxml 2.1 [2]. [1] https://github.com/lxml/lxml/blob/lxml-1.1/src/lxml/xpath.pxi#L66 [2] https://github.com/lxml/lxml/blob/lxml-2.1/src/lxml/xpath.pxi#L143 Signed-off-by: James Hewitt <[email protected]>
- Loading branch information