Merge pull request #17972 from nmadhok/cloud/clouds-python3-softlayer

Making salt/cloud/clouds/softlayer python3 compatible
This commit is contained in:
Colton Myers 2014-11-12 14:22:29 -07:00
commit 4c37a9a2ba

View File

@ -26,6 +26,8 @@ SoftLayer salt.cloud modules. See: https://pypi.python.org/pypi/SoftLayer
'''
# pylint: disable=E0102
from __future__ import absolute_import
# Import python libs
import copy
import pprint