diff --git a/nest.py b/nest.py index ff4a329..9b49e9e 100755 --- a/nest.py +++ b/nest.py @@ -30,7 +30,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: