mirror of https://github.com/ansible/ansible.git
Merge branch 'master' of github.com:mpdehaan/ansible
commit
4a891b4108
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import json
|
try:
|
||||||
|
import json
|
||||||
|
except ImportError:
|
||||||
|
import simplejson as json
|
||||||
|
|
||||||
print json.dumps(1)
|
print json.dumps(1)
|
||||||
|
|||||||
Loading…
Reference in New Issue