]> git.lizzy.rs Git - torbrowser-launcher.git/commit
added python lib depenendencies that aren't packaged in debian, to allow twisted...
authorMicah Lee <micahflee@riseup.net>
Wed, 15 May 2013 16:35:25 +0000 (09:35 -0700)
committerMicah Lee <micahflee@riseup.net>
Wed, 15 May 2013 16:35:25 +0000 (09:35 -0700)
commit249f8c0309cf2f88572130ee51fa0f2f8f16741e
tree4b1576497568f3e77e59b6e63837c269e9babb6d
parent4794a6687facac6650b87a7fc7fe0d4c60d93a93
added python lib depenendencies that aren't packaged in debian, to allow twisted to use a socks proxy
60 files changed:
.gitignore
lib/Parsley-1.1/LICENSE [new file with mode: 0644]
lib/Parsley-1.1/NEWS [new file with mode: 0644]
lib/Parsley-1.1/PKG-INFO [new file with mode: 0644]
lib/Parsley-1.1/README [new file with mode: 0644]
lib/Parsley-1.1/doc/Makefile [new file with mode: 0644]
lib/Parsley-1.1/doc/calc.py [new file with mode: 0644]
lib/Parsley-1.1/doc/conf.py [new file with mode: 0644]
lib/Parsley-1.1/doc/extending.rst [new file with mode: 0644]
lib/Parsley-1.1/doc/index.rst [new file with mode: 0644]
lib/Parsley-1.1/doc/reference.rst [new file with mode: 0644]
lib/Parsley-1.1/doc/test_calc.py [new file with mode: 0644]
lib/Parsley-1.1/doc/tutorial.rst [new file with mode: 0644]
lib/Parsley-1.1/doc/tutorial2.rst [new file with mode: 0644]
lib/Parsley-1.1/examples/minml.py [new file with mode: 0644]
lib/Parsley-1.1/examples/parsley_json.py [new file with mode: 0644]
lib/Parsley-1.1/examples/test_parsley_json.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/_generated/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/_generated/parsley.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/_generated/parsley_termactions.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/_generated/parsley_tree_transformer.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/_generated/pymeta_v1.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/builder.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/compat.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/grammar.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/interp.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/runtime.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/test/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/test/test_builder.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/test/test_pymeta.py [new file with mode: 0644]
lib/Parsley-1.1/ometa/test/test_runtime.py [new file with mode: 0644]
lib/Parsley-1.1/parsley.py [new file with mode: 0644]
lib/Parsley-1.1/setup.py [new file with mode: 0644]
lib/Parsley-1.1/terml/README.txt [new file with mode: 0644]
lib/Parsley-1.1/terml/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/terml/_generated/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/terml/_generated/quasiterm.py [new file with mode: 0644]
lib/Parsley-1.1/terml/_generated/terml.py [new file with mode: 0644]
lib/Parsley-1.1/terml/nodes.py [new file with mode: 0644]
lib/Parsley-1.1/terml/parser.py [new file with mode: 0644]
lib/Parsley-1.1/terml/qnodes.py [new file with mode: 0644]
lib/Parsley-1.1/terml/quasiterm.py [new file with mode: 0644]
lib/Parsley-1.1/terml/test/__init__.py [new file with mode: 0644]
lib/Parsley-1.1/terml/test/test_quasiterm.py [new file with mode: 0644]
lib/Parsley-1.1/terml/test/test_terml.py [new file with mode: 0644]
lib/txsocksx-0.0.2/LICENSE [new file with mode: 0644]
lib/txsocksx-0.0.2/MANIFEST.in [new file with mode: 0644]
lib/txsocksx-0.0.2/PKG-INFO [new file with mode: 0644]
lib/txsocksx-0.0.2/setup.cfg [new file with mode: 0644]
lib/txsocksx-0.0.2/setup.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/__init__.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/auth.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/client.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/constants.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/errors.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/parser.py [new file with mode: 0644]
lib/txsocksx-0.0.2/txsocksx/ssl.py [new file with mode: 0644]
setup.py
torbrowser-launcher