mirror of https://github.com/scrapy/scrapy.git
added missing module in previous commit
This commit is contained in:
parent
d6f4e382ae
commit
23d0c08c65
|
|
@ -0,0 +1,6 @@
|
|||
import warnings
|
||||
|
||||
from scrapy.utils.mysql import *
|
||||
|
||||
warnings.warn("scrapy.utils.db module is depreacted, use scrapy.utils.mysql instead",
|
||||
DeprecationWarning, stacklevel=2)
|
||||
Loading…
Reference in New Issue