Commit 4a891b41 by Michael DeHaan

Merge branch 'master' of github.com:mpdehaan/ansible

parents 659c0efd 6bebedd7
#!/usr/bin/python #!/usr/bin/python
import json try:
import json
except ImportError:
import simplejson as json
import subprocess import subprocess
import sys import sys
import datetime import datetime
......
#!/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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment