]> arthur.barton.de Git - bup.git/commit
client: Extract 'bup server' connection code into its own module.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 21 Mar 2010 03:03:53 +0000 (23:03 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 21 Mar 2010 05:50:37 +0000 (01:50 -0400)
commitdc79ae76c38e581164e0577c2c7b7bae2f0b37a7
tree8522da0f6772c54ff9f09e268f7192c45b6f7d44
parentf168a50f607750ff60cbe90a908dd1e4a6834d89
client: Extract 'bup server' connection code into its own module.

The screwball function we use to let us run 'bup xxx' on a remote server
after correctly setting the PATH variable is about to become useful for more
than just 'bup server'.
lib/bup/client.py
lib/bup/ssh.py [new file with mode: 0644]
t/tclient.py