]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commit
fallback on vendored libraries
authorAlfredo Deza <alfredo@deza.pe>
Thu, 26 Jun 2014 15:59:01 +0000 (11:59 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 26 Jun 2014 15:59:01 +0000 (11:59 -0400)
commit48de346b2d2b7fb02051fbdd87a2c0e28151e13e
tree28bdf8f362b4af1a2221cdde28d8958a49b22dde
fallback on vendored libraries

Signed-off-by: Alfredo Deza <alfredo@deza.pe>
41 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
remoto/__init__.py [new file with mode: 0644]
remoto/connection.py [new file with mode: 0644]
remoto/exc.py [new file with mode: 0644]
remoto/file_sync.py [new file with mode: 0644]
remoto/lib/__init__.py [new file with mode: 0644]
remoto/lib/execnet/__init__.py [new file with mode: 0644]
remoto/lib/execnet/apipkg.py [new file with mode: 0644]
remoto/lib/execnet/deprecated.py [new file with mode: 0644]
remoto/lib/execnet/gateway.py [new file with mode: 0644]
remoto/lib/execnet/gateway_base.py [new file with mode: 0644]
remoto/lib/execnet/gateway_bootstrap.py [new file with mode: 0644]
remoto/lib/execnet/gateway_io.py [new file with mode: 0644]
remoto/lib/execnet/gateway_socket.py [new file with mode: 0644]
remoto/lib/execnet/multi.py [new file with mode: 0644]
remoto/lib/execnet/rsync.py [new file with mode: 0644]
remoto/lib/execnet/rsync_remote.py [new file with mode: 0644]
remoto/lib/execnet/script/__init__.py [new file with mode: 0644]
remoto/lib/execnet/script/loop_socketserver.py [new file with mode: 0644]
remoto/lib/execnet/script/quitserver.py [new file with mode: 0644]
remoto/lib/execnet/script/shell.py [new file with mode: 0755]
remoto/lib/execnet/script/socketserver.py [new file with mode: 0755]
remoto/lib/execnet/script/socketserverservice.py [new file with mode: 0644]
remoto/lib/execnet/script/xx.py [new file with mode: 0644]
remoto/lib/execnet/xspec.py [new file with mode: 0644]
remoto/lib/vendor/__init__.py [new file with mode: 0644]
remoto/log.py [new file with mode: 0644]
remoto/process.py [new file with mode: 0644]
remoto/tests/test_connection.py [new file with mode: 0644]
remoto/tests/test_log.py [new file with mode: 0644]
remoto/tests/test_process.py [new file with mode: 0644]
remoto/tests/test_rsync.py [new file with mode: 0644]
remoto/tests/test_util.py [new file with mode: 0644]
remoto/util.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]
vendor.py [new file with mode: 0644]