Six import for range.

This commit is contained in:
C. R. Oldham 2016-08-18 12:30:31 -06:00
parent 7e87d4170d
commit 0b01a7a266

View file

@ -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'