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