mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Py3 compatibility fixes.
This commit is contained in:
parent
84b520a5c0
commit
788bb913c6
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ import pwd
|
|||
import random
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting.unit import skipIf
|
||||
from salttesting.helpers import (
|
||||
ensure_in_syspath,
|
||||
destructiveTest)
|
||||
|
@ -19,7 +20,8 @@ ensure_in_syspath('../../')
|
|||
# Import salt libs
|
||||
import integration
|
||||
|
||||
from salttesting import skipIf
|
||||
# Import 3rd-party libs
|
||||
from salt.ext.six.moves import range # pylint: disable=import-error,redefined-builtin
|
||||
|
||||
|
||||
class AuthTest(integration.ShellCase):
|
||||
|
|
Loading…
Add table
Reference in a new issue