mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.modules.swift python3 compatible
This commit is contained in:
parent
d589e9f7db
commit
723b341351
@ -37,6 +37,7 @@ Inspired by the S3 and Nova modules
|
||||
|
||||
salt '*' swift.get mycontainer myfile /tmp/file profile=openstack1
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user