]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
remove simplejson source from our tree, users should grab a tarball from our http...
authorBrian Warner <warner@lothar.com>
Sat, 25 Aug 2007 22:37:07 +0000 (15:37 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 25 Aug 2007 22:37:07 +0000 (15:37 -0700)
commita98c5a7b4133f5b488f80d7566889a8842138b4d
tree62e7298bd380474d408cc22c18d454dcaf85574d
parent31cf4badad327d42fabe0f81d5845992a9f77456
remove simplejson source from our tree, users should grab a tarball from our http://allmydata.org/trac/tahoe/wiki/Dependencies page, or from the python cheeseshop
41 files changed:
src/simplejson/LICENSE.txt [deleted file]
src/simplejson/PKG-INFO [deleted file]
src/simplejson/docs/class-simplejson.JSONDecoder.html [deleted file]
src/simplejson/docs/class-simplejson.JSONEncoder.html [deleted file]
src/simplejson/docs/class_to_source.js [deleted file]
src/simplejson/docs/index.html [deleted file]
src/simplejson/docs/layout.css [deleted file]
src/simplejson/docs/module-index.html [deleted file]
src/simplejson/docs/module-simplejson-index.html [deleted file]
src/simplejson/docs/module-simplejson.html [deleted file]
src/simplejson/docs/pudge.css [deleted file]
src/simplejson/docs/rst.css [deleted file]
src/simplejson/docs/simplejson/__init__.py.html [deleted file]
src/simplejson/docs/simplejson/decoder.py.html [deleted file]
src/simplejson/docs/simplejson/encoder.py.html [deleted file]
src/simplejson/docs/simplejson/jsonfilter.py.html [deleted file]
src/simplejson/docs/simplejson/scanner.py.html [deleted file]
src/simplejson/ez_setup/README.txt [deleted file]
src/simplejson/ez_setup/__init__.py [deleted file]
src/simplejson/scripts/bench.sh [deleted file]
src/simplejson/scripts/make_docs.py [deleted file]
src/simplejson/scripts/prof.py [deleted file]
src/simplejson/setup.cfg [deleted file]
src/simplejson/setup.py [deleted file]
src/simplejson/simplejson/__init__.py [deleted file]
src/simplejson/simplejson/_speedups.c [deleted file]
src/simplejson/simplejson/decoder.py [deleted file]
src/simplejson/simplejson/encoder.py [deleted file]
src/simplejson/simplejson/jsonfilter.py [deleted file]
src/simplejson/simplejson/scanner.py [deleted file]
src/simplejson/simplejson/tests/__init__.py [deleted file]
src/simplejson/simplejson/tests/test_attacks.py [deleted file]
src/simplejson/simplejson/tests/test_dump.py [deleted file]
src/simplejson/simplejson/tests/test_fail.py [deleted file]
src/simplejson/simplejson/tests/test_indent.py [deleted file]
src/simplejson/simplejson/tests/test_pass1.py [deleted file]
src/simplejson/simplejson/tests/test_pass2.py [deleted file]
src/simplejson/simplejson/tests/test_pass3.py [deleted file]
src/simplejson/simplejson/tests/test_recursion.py [deleted file]
src/simplejson/simplejson/tests/test_separators.py [deleted file]
src/simplejson/simplejson/tests/test_unicode.py [deleted file]