mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
py3 fix
This commit is contained in:
parent
75d9e20d8a
commit
b4d0b23891
@ -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…
Reference in New Issue
Block a user