scrapy/scrapy/commands
Rolando Espinoza La fuente 343f997ed6 replaced __import__ by importlib.import_module.
Since python 2.7, importlib.import_module is the recommended way to
import modules programmatically.

From __import__'s doc:

    Import a module. Because this function is meant for use by the
Python
    interpreter and not for general use it is better to use
    importlib.import_module() to programmatically import a module.
2013-10-27 18:33:51 -04:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
bench.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
check.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
crawl.py simplified description of crawl command 2013-10-21 14:42:51 -02:00
deploy.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
edit.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
fetch.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
genspider.py replaced __import__ by importlib.import_module. 2013-10-27 18:33:51 -04:00
list.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
parse.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
runspider.py replaced __import__ by importlib.import_module. 2013-10-27 18:33:51 -04:00
settings.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
shell.py remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
startproject.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
version.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00