mirror of https://github.com/scrapy/scrapy.git
use absolute_import to import external boto package
This commit is contained in:
parent
d1ecb8cd38
commit
49313a6988
|
|
@ -1,5 +1,6 @@
|
|||
"""Boto/botocore helpers"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
import six
|
||||
|
||||
from scrapy.exceptions import NotConfigured
|
||||
|
|
|
|||
Loading…
Reference in New Issue