commit d62fe17c40103e12ab6f4bbcfd9cc8f39de459ec Author: Michael DeHaan Date: Thu Feb 23 14:18:51 2012 -0500 Initial library directory diff --git a/ping b/ping new file mode 100644 index 00000000000..fe0b3948255 --- /dev/null +++ b/ping @@ -0,0 +1,5 @@ +#!/usr/bin/python + +import json + +print json.dumps(1)