Merge pull request #17981 from nmadhok/cloud/clouds-python3-msazure

Making salt/cloud/clouds/msazure python3 compatible
This commit is contained in:
Colton Myers 2014-11-12 14:30:51 -07:00
commit 2e5e3750d0

View File

@ -24,6 +24,8 @@ http://www.windowsazure.com/en-us/develop/python/how-to-guides/service-managemen
'''
# pylint: disable=E0102
from __future__ import absolute_import
# Import python libs
import time
import copy