]> arthur.barton.de Git - bup.git/commit - lib/bup/index.py
Move python library files to lib/bup/
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 21:17:35 +0000 (16:17 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 22:49:10 +0000 (17:49 -0500)
commit1b04790e5fd83e129526808ca923b811b00e48fc
tree2351a88d640609bfec90a651c2e262087610d8af
parent76c38a42144d0a7883765ae53c58b118de1e3296
Move python library files to lib/bup/

...and update other programs so that they import them correctly from their
new location.

This is necessary so that the bup library files can eventually be installed
somewhere other than wherever the 'bup' executable ends up.  Plus it's
clearer and safer to say 'from bup import options' instead of just 'import
options', in case someone else writes an 'options' module.

I wish I could have named the directory just 'bup', but I can't; there's
already a program with that name.

Also, in the name of sanity, rename memtest.py to 'bup memtest' so that it
can get the new paths automatically.
51 files changed:
Makefile
_hashsplit.c [deleted file]
bup.py [deleted file]
client.py [deleted file]
cmd-damage.py
cmd-drecurse.py
cmd-fsck.py
cmd-ftp.py
cmd-fuse.py
cmd-index.py
cmd-init.py
cmd-join.py
cmd-ls.py
cmd-margin.py
cmd-memtest.py [new file with mode: 0755]
cmd-midx.py
cmd-newliner.py
cmd-random.py
cmd-save.py
cmd-server.py
cmd-split.py
cmd-tick.py
csetup.py [deleted file]
drecurse.py [deleted file]
git.py [deleted file]
hashsplit.py [deleted file]
helpers.py [deleted file]
index.py [deleted file]
lib/bup/__init__.py [new file with mode: 0644]
lib/bup/_hashsplit.c [new file with mode: 0644]
lib/bup/client.py [new file with mode: 0644]
lib/bup/csetup.py [new file with mode: 0644]
lib/bup/drecurse.py [new file with mode: 0644]
lib/bup/git.py [new file with mode: 0644]
lib/bup/hashsplit.py [new file with mode: 0644]
lib/bup/helpers.py [new file with mode: 0644]
lib/bup/index.py [new file with mode: 0644]
lib/bup/options.py [new file with mode: 0644]
lib/bup/shquote.py [new file with mode: 0644]
lib/bup/vfs.py [new file with mode: 0644]
main.py [new file with mode: 0755]
memtest.py [deleted file]
options.py [deleted file]
shquote.py [deleted file]
t/__init__.py
t/tgit.py
t/thelpers.py
t/tindex.py
t/toptions.py
t/tshquote.py
vfs.py [deleted file]