mirror of https://github.com/scrapy/scrapy.git
restored import *, added comment
This commit is contained in:
parent
ddcd571000
commit
105e46205b
|
|
@ -10,7 +10,8 @@ import urlparse
|
|||
import urllib
|
||||
import cgi
|
||||
|
||||
from w3lib.url import add_or_replace_parameter, safe_url_string
|
||||
# scrapy.utils.url was moved to w3lib.url and import * ensures this move doesn't break old code
|
||||
from w3lib.url import *
|
||||
from scrapy.utils.python import unicode_to_str
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue