community.general/library/ping

9 lines
105 B
Python

#!/usr/bin/python
try:
import json
except ImportError:
import simplejson as json
print json.dumps(1)