mirror of https://github.com/scrapy/scrapy.git
replaced httpauth with auth in contrib
This commit is contained in:
parent
213da63621
commit
acf08cb7a2
|
|
@ -4,4 +4,4 @@ warnings.warn("Module `scrapy.contrib.downloadermiddleware.httpauth` is deprecat
|
|||
"use `scrapy.downloadermiddlewares.httpauth` instead",
|
||||
ScrapyDeprecationWarning, stacklevel=2)
|
||||
|
||||
from scrapy.downloadermiddlewares.httpauth import *
|
||||
from scrapy.downloadermiddlewares.auth import AuthMiddleware as HttpAuthMiddleware
|
||||
|
|
|
|||
Loading…
Reference in New Issue