mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.modules.s3 python3 compatible
This commit is contained in:
parent
d589e9f7db
commit
3c5bcd2e35
@ -41,6 +41,7 @@ Connection module for Amazon S3
|
||||
|
||||
:depends: requests
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Python libs
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user