mirror of https://github.com/scrapy/scrapy.git
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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bench.py | ||
| check.py | ||
| crawl.py | ||
| deploy.py | ||
| edit.py | ||
| fetch.py | ||
| genspider.py | ||
| list.py | ||
| parse.py | ||
| runspider.py | ||
| settings.py | ||
| shell.py | ||
| startproject.py | ||
| version.py | ||
| view.py | ||