Skip to content

Commit

Permalink
Merge pull request RandyLevensalor#1 from infernocloud/master
Browse files Browse the repository at this point in the history
Pulling in error message.
  • Loading branch information
RandyLevensalor committed Feb 11, 2013
2 parents 3cf5015 + 7da79f5 commit 24c9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24c9833

Please sign in to comment.