scrapy/scrapy/utils/http.py

8 lines
155 B
Python

"""
Transitional module for moving to the w3lib library.
For new code, always import from w3lib.http instead of this module
"""
from w3lib.http import *