mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Making salt.output.json_out python3 compatible
This commit is contained in:
parent
37e14853b4
commit
6ddb38eee5
@ -29,6 +29,7 @@ single-line output format and to parse each line individually. Example output
|
||||
{"phill": {"en0": {"hwaddr": "02:1d:cc:a2:33:55", ...}}}
|
||||
{"stuart": {"en0": {"hwaddr": "02:9a:e0:ea:9e:3c", ...}}}
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
import json
|
||||
|
Loading…
Reference in New Issue
Block a user