1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

applying indentation patch from skvidal

This commit is contained in:
Michael DeHaan 2012-02-25 17:16:23 -05:00
parent a5039eec62
commit b44ae0af90
7 changed files with 209 additions and 209 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/python
try:
import json
import json
except ImportError:
import simplejson as json
import simplejson as json
import subprocess
import sys