Merge pull request #17998 from nmadhok/utils/openstack-python3-swift

Making salt/utils/openstack/swift python3 compatible
This commit is contained in:
Colton Myers 2014-11-12 14:32:30 -07:00
commit 6a6f892335

View File

@ -4,6 +4,7 @@ Swift utility class
===================
Author: Anthony Stanton <anthony.stanton@gmail.com>
'''
from __future__ import absolute_import
# Import python libs
import logging