mirror of https://github.com/ansible/ansible.git
applying indentation patch from skvidal
parent
62dee290c5
commit
fed3462502
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
try:
|
||||
import json
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
import simplejson as json
|
||||
|
||||
print json.dumps(1)
|
||||
|
Loading…
Reference in New Issue