GNOME Bugzilla – Bug 619580
Do not fail if json Python module is not available
Last modified: 2010-05-25 14:34:02 UTC
023a274e introduced a dependency on the Python json module, which is new in Python 2.6.
Created attachment 161916 [details] [review] Do not fail if json Python module is not available Fallback to old simplejson module if present, and options that require the json module (create extension and performance) if absent.
Review of attachment 161916 [details] [review]: Could you change it to "The Python simplejson module is required to create a new GNOME Shell extension" ^^^^^^ and same for the other case, since if you don't have json, you need simplejson, not json. Otherwise looks fine to commit
Pushed (f1e310412).