mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add debug logging for batch vars
This commit is contained in:
parent
b4afea2a25
commit
d76f0380d0
1 changed files with 3 additions and 0 deletions
|
@ -2,8 +2,11 @@
|
|||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
import re
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../../')
|
||||
|
|
Loading…
Add table
Reference in a new issue