Bladeren bron

rename package directory to borg

Thomas Waldmann 10 jaren geleden
bovenliggende
commit
78bfc58b47

+ 0 - 0
attic/__init__.py → borg/__init__.py


+ 0 - 0
attic/_chunker.c → borg/_chunker.c


+ 0 - 0
attic/_hashindex.c → borg/_hashindex.c


+ 0 - 0
attic/_version.py → borg/_version.py


+ 0 - 0
attic/archive.py → borg/archive.py


+ 0 - 0
attic/archiver.py → borg/archiver.py


+ 0 - 0
attic/cache.py → borg/cache.py


+ 0 - 0
attic/chunker.pyx → borg/chunker.pyx


+ 0 - 0
attic/crypto.pyx → borg/crypto.pyx


+ 0 - 0
attic/fuse.py → borg/fuse.py


+ 0 - 0
attic/hashindex.pyx → borg/hashindex.pyx


+ 0 - 0
attic/helpers.py → borg/helpers.py


+ 0 - 0
attic/key.py → borg/key.py


+ 0 - 0
attic/lrucache.py → borg/lrucache.py


+ 0 - 0
attic/platform.py → borg/platform.py


+ 0 - 0
attic/platform_darwin.pyx → borg/platform_darwin.pyx


+ 0 - 0
attic/platform_freebsd.pyx → borg/platform_freebsd.pyx


+ 0 - 0
attic/platform_linux.pyx → borg/platform_linux.pyx


+ 0 - 0
attic/remote.py → borg/remote.py


+ 0 - 0
attic/repository.py → borg/repository.py


+ 0 - 0
attic/testsuite/__init__.py → borg/testsuite/__init__.py


+ 0 - 0
attic/testsuite/archive.py → borg/testsuite/archive.py


+ 0 - 0
attic/testsuite/archiver.py → borg/testsuite/archiver.py


+ 0 - 0
attic/testsuite/chunker.py → borg/testsuite/chunker.py


+ 0 - 0
attic/testsuite/crypto.py → borg/testsuite/crypto.py


+ 0 - 0
attic/testsuite/hashindex.py → borg/testsuite/hashindex.py


+ 0 - 0
attic/testsuite/helpers.py → borg/testsuite/helpers.py


+ 0 - 0
attic/testsuite/key.py → borg/testsuite/key.py


+ 0 - 0
attic/testsuite/lrucache.py → borg/testsuite/lrucache.py


+ 0 - 0
attic/testsuite/mock.py → borg/testsuite/mock.py


+ 0 - 0
attic/testsuite/platform.py → borg/testsuite/platform.py


+ 0 - 0
attic/testsuite/repository.py → borg/testsuite/repository.py


+ 0 - 0
attic/testsuite/run.py → borg/testsuite/run.py


+ 0 - 0
attic/testsuite/xattr.py → borg/testsuite/xattr.py


+ 0 - 0
attic/xattr.py → borg/xattr.py