mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try importing opts dunder
This commit is contained in:
parent
96c59e07fc
commit
fc06de8db1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import salt.utils.path
|
|||
import salt.utils.templates
|
||||
import salt.utils.url
|
||||
from salt.exceptions import CommandExecutionError
|
||||
from salt.loader.dunder import __context__, __file_client__, __grains__, __pillar__
|
||||
from salt.loader.dunder import __context__, __file_client__, __grains__, __pillar__, __opts__
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue