mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Py3 compatibility fixes
This commit is contained in:
parent
8081170d8d
commit
a8ff8fa0b5
@ -25,6 +25,9 @@ ensure_in_syspath('../../')
|
||||
# Import salt libs
|
||||
from salt.utils import fopen, is_darwin, vt
|
||||
|
||||
# Import 3rd-party libs
|
||||
from salt.ext.six.moves import range # pylint: disable=import-error,redefined-builtin
|
||||
|
||||
|
||||
class VTTestCase(TestCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user