mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Py3 for integration test
This commit is contained in:
parent
51a4f09b93
commit
cd959c640f
@ -31,6 +31,10 @@ try:
|
||||
import pwd
|
||||
except ImportError:
|
||||
pass
|
||||
try:
|
||||
import salt.ext.six.moves.socketserver as socketserver
|
||||
except ImportError:
|
||||
import socketserver
|
||||
|
||||
STATE_FUNCTION_RUNNING_RE = re.compile(
|
||||
r'''The function (?:"|')(?P<state_func>.*)(?:"|') is running as PID '''
|
||||
|
Loading…
Reference in New Issue
Block a user