mirror of https://github.com/scrapy/scrapy.git
added compatibility with python 2.5
This commit is contained in:
parent
609aed4553
commit
da20cf53f5
|
|
@ -3,6 +3,8 @@ This module provides some useful functions for working with
|
|||
scrapy.http.Response objects
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import re
|
||||
import weakref
|
||||
import webbrowser
|
||||
|
|
|
|||
Loading…
Reference in New Issue