cola: Move simplejson and jsonpickle modules to thirdparty/
commit3f0e8bbdc9777403539365800eeaec0cbd730295
authorDavid Aguilar <davvid@gmail.com>
Mon, 4 Jan 2010 18:21:11 +0000 (4 10:21 -0800)
committerDavid Aguilar <davvid@gmail.com>
Mon, 4 Jan 2010 18:21:11 +0000 (4 10:21 -0800)
treed4c0e66ad2a437c6159109042530908c76d9d5d7
parent177eed86f3e41f73b2af7afc8d27774bdb5c0cd2
cola: Move simplejson and jsonpickle modules to thirdparty/

Signed-off-by: David Aguilar <davvid@gmail.com>
35 files changed:
Makefile
bin/git-cola
setup.py
share/doc/git-cola/conf.py.in
thirdparty/jsonpickle/COPYING [moved from jsonpickle/COPYING with 100% similarity]
thirdparty/jsonpickle/__init__.py [moved from jsonpickle/__init__.py with 100% similarity]
thirdparty/jsonpickle/compat.py [moved from jsonpickle/compat.py with 100% similarity]
thirdparty/jsonpickle/handlers.py [moved from jsonpickle/handlers.py with 100% similarity]
thirdparty/jsonpickle/pickler.py [moved from jsonpickle/pickler.py with 100% similarity]
thirdparty/jsonpickle/tags.py [moved from jsonpickle/tags.py with 100% similarity]
thirdparty/jsonpickle/unpickler.py [moved from jsonpickle/unpickler.py with 100% similarity]
thirdparty/jsonpickle/util.py [moved from jsonpickle/util.py with 100% similarity]
thirdparty/simplejson/LICENSE.txt [moved from simplejson/LICENSE.txt with 100% similarity]
thirdparty/simplejson/__init__.py [moved from simplejson/__init__.py with 100% similarity]
thirdparty/simplejson/decoder.py [moved from simplejson/decoder.py with 100% similarity]
thirdparty/simplejson/encoder.py [moved from simplejson/encoder.py with 100% similarity]
thirdparty/simplejson/ordered_dict.py [moved from simplejson/ordered_dict.py with 100% similarity]
thirdparty/simplejson/scanner.py [moved from simplejson/scanner.py with 100% similarity]
thirdparty/simplejson/tests/__init__.py [moved from simplejson/tests/__init__.py with 100% similarity]
thirdparty/simplejson/tests/test_check_circular.py [moved from simplejson/tests/test_check_circular.py with 100% similarity]
thirdparty/simplejson/tests/test_decode.py [moved from simplejson/tests/test_decode.py with 100% similarity]
thirdparty/simplejson/tests/test_default.py [moved from simplejson/tests/test_default.py with 100% similarity]
thirdparty/simplejson/tests/test_dump.py [moved from simplejson/tests/test_dump.py with 100% similarity]
thirdparty/simplejson/tests/test_encode_basestring_ascii.py [moved from simplejson/tests/test_encode_basestring_ascii.py with 100% similarity]
thirdparty/simplejson/tests/test_fail.py [moved from simplejson/tests/test_fail.py with 100% similarity]
thirdparty/simplejson/tests/test_float.py [moved from simplejson/tests/test_float.py with 100% similarity]
thirdparty/simplejson/tests/test_indent.py [moved from simplejson/tests/test_indent.py with 100% similarity]
thirdparty/simplejson/tests/test_pass1.py [moved from simplejson/tests/test_pass1.py with 100% similarity]
thirdparty/simplejson/tests/test_pass2.py [moved from simplejson/tests/test_pass2.py with 100% similarity]
thirdparty/simplejson/tests/test_pass3.py [moved from simplejson/tests/test_pass3.py with 100% similarity]
thirdparty/simplejson/tests/test_recursion.py [moved from simplejson/tests/test_recursion.py with 100% similarity]
thirdparty/simplejson/tests/test_scanstring.py [moved from simplejson/tests/test_scanstring.py with 100% similarity]
thirdparty/simplejson/tests/test_separators.py [moved from simplejson/tests/test_separators.py with 100% similarity]
thirdparty/simplejson/tests/test_unicode.py [moved from simplejson/tests/test_unicode.py with 100% similarity]
thirdparty/simplejson/tool.py [moved from simplejson/tool.py with 100% similarity]