removed deprecated scrapy.xpath module (previously kept for backwards compatibility)

This commit is contained in:
Pablo Hoffman 2009-11-06 16:20:38 -02:00
parent 40646d3cd1
commit 9bf4e87753
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
from scrapy.selector import *
import warnings
warnings.warn("scrapy.xpath module is deprecated, use scrapy.selector instead",
DeprecationWarning, stacklevel=2)

View File

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