Making salt.modules.swift python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-10 19:17:40 -05:00
parent d589e9f7db
commit 723b341351

View File

@ -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