added the dependencies for the wikipedia exercises
authorBenjamin Mako Hill <mako@atdot.cc>
Sat, 26 Apr 2014 01:52:16 +0000 (18:52 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 26 Apr 2014 01:52:16 +0000 (18:52 -0700)
commit0f362a4d7e7268de901aceb97859c91a1d87a9d2
tree34d17d9a73cd8cf19ab79d78c4834f13be7ff016
added the dependencies for the wikipedia exercises
24 files changed:
.gitignore [new file with mode: 0644]
LICENSE.md.mwclient [new file with mode: 0644]
LICENSE.txt.simplejson [new file with mode: 0644]
PKG-INF.simplejson [new file with mode: 0644]
README.rst.mwclient [new file with mode: 0644]
README.rst.simplejson [new file with mode: 0644]
mwclient/__init__.py [new file with mode: 0644]
mwclient/client.py [new file with mode: 0644]
mwclient/compatibility.py [new file with mode: 0644]
mwclient/errors.py [new file with mode: 0644]
mwclient/ex.py [new file with mode: 0644]
mwclient/http.py [new file with mode: 0644]
mwclient/listing.py [new file with mode: 0644]
mwclient/page.py [new file with mode: 0644]
mwclient/page_nowriteapi.py [new file with mode: 0644]
mwclient/upload.py [new file with mode: 0644]
simplejson/__init__.py [new file with mode: 0644]
simplejson/_speedups.c [new file with mode: 0644]
simplejson/compat.py [new file with mode: 0644]
simplejson/decoder.py [new file with mode: 0644]
simplejson/encoder.py [new file with mode: 0644]
simplejson/ordered_dict.py [new file with mode: 0644]
simplejson/scanner.py [new file with mode: 0644]
simplejson/tool.py [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?