mirror of https://github.com/scrapy/scrapy.git
This commit replaces the statements __import__(module) as the previous
replaced the statements __import__(module, {}, {}, ['']).
At first I thought leaving the single-argument calls, but perhaps it's
better to be strict rather than having exceptions to the rule in this
case.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| default_settings.py | ||
| deprecated.py | ||