The branch, eden-pre has been updated
       via  348468ae2bc8f80de98d029e207d10e6aef811bb (commit)
      from  8968b1820283b05ddd91c3adf3196fb41edb9741 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=348468ae2bc8f80de98d029e207d10e6aef811bb


-----------------------------------------------------------------------

Summary of changes:
 script.module.simplejson/addon.xml                 |   14 +
 script.module.simplejson/lib/LICENSE.txt           |   19 +
 .../lib/simplejson/__init__.py                     |  318 ++++++++++++++
 script.module.simplejson/lib/simplejson/decoder.py |  354 ++++++++++++++++
 script.module.simplejson/lib/simplejson/encoder.py |  440 ++++++++++++++++++++
 script.module.simplejson/lib/simplejson/scanner.py |   65 +++
 script.module.simplejson/lib/simplejson/tool.py    |   37 ++
 7 files changed, 1247 insertions(+), 0 deletions(-)
 create mode 100644 script.module.simplejson/addon.xml
 create mode 100644 script.module.simplejson/lib/LICENSE.txt
 create mode 100644 script.module.simplejson/lib/simplejson/__init__.py
 create mode 100644 script.module.simplejson/lib/simplejson/decoder.py
 create mode 100644 script.module.simplejson/lib/simplejson/encoder.py
 create mode 100644 script.module.simplejson/lib/simplejson/scanner.py
 create mode 100644 script.module.simplejson/lib/simplejson/tool.py


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to