Global constants for the Firefox Marketplace, available in both JS and Python.

JSON
----

The JSON should be a valid object, so that object keys become accessible from
Python.

Python
------

Example:

>>> from mpconstants import regions
>>> regions.AR
{u'name': u'Argentina', u'default_language': u'es', u'mcc': ...
