added missing module in previous commit

This commit is contained in:
Pablo Hoffman 2009-08-13 22:29:13 -03:00
parent d6f4e382ae
commit 23d0c08c65
1 changed files with 6 additions and 0 deletions

6
scrapy/utils/db.py Normal file
View File

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