summaryrefslogtreecommitdiff
path: root/simplejson/tool.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2009-02-16 01:14:13 +0000
committerBob Ippolito <bob@redivi.com>2009-02-16 01:14:13 +0000
commit3f349017d97fb9143fa55393d15540c547fe9411 (patch)
treec1a04ffed414d27b42bf7ad0ba10373245a42aed /simplejson/tool.py
parentedb409fab04d0a5ff18eeb8f0225c5bd79fc5a25 (diff)
downloadsimplejson-3f349017d97fb9143fa55393d15540c547fe9411.tar.gz
verison number bump, change tests around to make it easier to backport to python stdlib
git-svn-id: http://simplejson.googlecode.com/svn/trunk@166 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'simplejson/tool.py')
-rw-r--r--simplejson/tool.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/simplejson/tool.py b/simplejson/tool.py
index b0ca9d1..d918a51 100644
--- a/simplejson/tool.py
+++ b/simplejson/tool.py
@@ -1,11 +1,11 @@
r"""Using simplejson from the shell to validate and
pretty-print::
- $ echo '{"json":"obj"}' | python -msimplejson.tool
+ $ echo '{"json":"obj"}' | python -m simplejson.tool
{
"json": "obj"
}
- $ echo '{ 1.2:3.4}' | python -msimplejson.tool
+ $ echo '{ 1.2:3.4}' | python -m simplejson.tool
Expecting property name: line 1 column 2 (char 2)
"""
import simplejson