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
665127c932
commit
5d570561fd
@ -19,6 +19,9 @@ ensure_in_syspath('../../')
|
||||
# Import salt libs
|
||||
import integration
|
||||
|
||||
# Import 3rd-party libs
|
||||
from salt.ext.six.moves import range # pylint: disable=import-error,redefined-builtin
|
||||
|
||||
|
||||
class PwUserModuleTest(integration.ModuleCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user