mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced module six in file /salt/modules/zcbuildout.py
This commit is contained in:
parent
bc4491c625
commit
b996f72480
@ -24,7 +24,7 @@ You have those following methods:
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
import salt.utils.six as six
|
||||
from six.moves import range
|
||||
from salt.utils.six.moves import range
|
||||
|
||||
# Define the module's virtual name
|
||||
__virtualname__ = 'buildout'
|
||||
@ -49,7 +49,7 @@ import urllib2
|
||||
|
||||
# Import salt libs
|
||||
from salt.exceptions import CommandExecutionError
|
||||
from six import string_types
|
||||
from salt.utils.six import string_types
|
||||
|
||||
|
||||
INVALID_RESPONSE = 'We did not get any expectable answer from buildout'
|
||||
|
Loading…
Reference in New Issue
Block a user