addons: add simplejson to default installEden_beta1
commit22ad8e4ddf844bb82fa2c467818d2d797ca36707
authortheuni <theuni-nospam-@xbmc.org>
Fri, 23 Dec 2011 03:04:07 +0000 (22 22:04 -0500)
committertheuni <theuni-nospam-@xbmc.org>
Fri, 23 Dec 2011 03:12:21 +0000 (22 22:12 -0500)
tree40657c942212e8f5077cdbd278712b0d40493115
parent6ce836afc6f15b17751645c1edf554ceb76e0af6
addons: add simplejson to default install

It's needed for wunderground.
(cherry picked from commit 361730933afec59ed9441a688ad10e6b568cc43f)
addons/script.module.simplejson/addon.xml [new file with mode: 0644]
addons/script.module.simplejson/lib/LICENSE.txt [new file with mode: 0644]
addons/script.module.simplejson/lib/simplejson/__init__.py [new file with mode: 0644]
addons/script.module.simplejson/lib/simplejson/decoder.py [new file with mode: 0644]
addons/script.module.simplejson/lib/simplejson/encoder.py [new file with mode: 0644]
addons/script.module.simplejson/lib/simplejson/scanner.py [new file with mode: 0644]
addons/script.module.simplejson/lib/simplejson/tool.py [new file with mode: 0644]