mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
py3 fix
This commit is contained in:
parent
75d9e20d8a
commit
b4d0b23891
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ from __future__ import absolute_import
|
|||
import re
|
||||
import logging
|
||||
import salt.ext.six as six
|
||||
from salt.ext.six.moves import range
|
||||
|
||||
# Import salt libs
|
||||
from salt.utils.versions import StrictVersion as _StrictVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue