mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Six import for range.
This commit is contained in:
parent
7e87d4170d
commit
0b01a7a266
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ import ssl
|
|||
# Import Salt Libs
|
||||
from salt.exceptions import CommandExecutionError
|
||||
import salt.ext.six as six
|
||||
from salt.ext.six.moves import range
|
||||
|
||||
SSL_VERSION = 'ssl_version'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue