Merge pull request #17975 from nmadhok/cloud/clouds-python3-pyrax

Making salt/cloud/clouds/pyrax python3 compatible
This commit is contained in:
Colton Myers 2014-11-12 14:24:31 -07:00
commit 4c1f028925

View File

@ -10,6 +10,8 @@ module instead.
'''
# pylint: disable=E0102
from __future__ import absolute_import
# Import salt libs
import salt.utils.cloud
import salt.config as config