mirror of https://github.com/scrapy/scrapy.git
removed deprecated scrapy.xpath module (previously kept for backwards compatibility)
This commit is contained in:
parent
40646d3cd1
commit
9bf4e87753
|
|
@ -1,5 +0,0 @@
|
|||
from scrapy.selector import *
|
||||
|
||||
import warnings
|
||||
warnings.warn("scrapy.xpath module is deprecated, use scrapy.selector instead",
|
||||
DeprecationWarning, stacklevel=2)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
from scrapy.selector import *
|
||||
|
||||
import warnings
|
||||
warnings.warn("scrapy.xpath.selector module is deprecated, use scrapy.selector instead",
|
||||
DeprecationWarning, stacklevel=2)
|
||||
Loading…
Reference in New Issue