mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix import
This commit is contained in:
parent
b7385b0e28
commit
6756f8897c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import pytest
|
|||
from saltfactories.utils import random_string
|
||||
|
||||
import salt.modules.win_file as win_file
|
||||
import salt.modules.win_useradd as win_useradd
|
||||
import salt.modules.win_useradd
|
||||
import salt.utils.user
|
||||
import salt.utils.win_dacl
|
||||
from salt.exceptions import CommandExecutionError
|
||||
|
|
Loading…
Add table
Reference in a new issue