mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #17972 from nmadhok/cloud/clouds-python3-softlayer
Making salt/cloud/clouds/softlayer python3 compatible
This commit is contained in:
commit
4c37a9a2ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user