diff --git a/nest.py b/nest.py index 7fcf863..edda12e 100755 --- a/nest.py +++ b/nest.py @@ -29,7 +29,7 @@ import simplejson as json except ImportError: print "No json library available. I recommend installing either python-json" - print "or simpejson." + print "or simplejson. Python 2.6+ contains json library already." sys.exit(-1) class Nest: