]> git.notmuchmail.org Git - notmuch/commit
Move everything down into a bindings/python directory.
authorCarl Worth <cworth@cworth.org>
Thu, 22 Apr 2010 00:23:49 +0000 (17:23 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Apr 2010 00:29:34 +0000 (17:29 -0700)
commit3b558de7811a765c3295a58bd53e2156eca0e32e
tree3367ab027520d8049b92c16bb89aefec52d80805
parent634b4fbe233ee9007d190327df11779fe2113fb8
Move everything down into a bindings/python directory.

In preparation for merging the python bindings into the notmuch
repository.
44 files changed:
MANIFEST.in [deleted file]
README [deleted file]
bindings/python/MANIFEST.in [new file with mode: 0644]
bindings/python/README [new file with mode: 0644]
bindings/python/debian/changelog [new file with mode: 0644]
bindings/python/debian/compat [new file with mode: 0644]
bindings/python/debian/control [new file with mode: 0644]
bindings/python/debian/copyright [new file with mode: 0644]
bindings/python/debian/docs [new file with mode: 0644]
bindings/python/debian/rules [new file with mode: 0755]
bindings/python/docs/COPYING [new file with mode: 0644]
bindings/python/docs/Makefile [new file with mode: 0644]
bindings/python/docs/source/conf.py [new file with mode: 0644]
bindings/python/docs/source/index.rst [new file with mode: 0644]
bindings/python/docs/source/notmuch.rst [new file with mode: 0644]
bindings/python/notmuch.py [new file with mode: 0755]
bindings/python/notmuch/__init__.py [new file with mode: 0644]
bindings/python/notmuch/database.py [new file with mode: 0644]
bindings/python/notmuch/globals.py [new file with mode: 0644]
bindings/python/notmuch/message.py [new file with mode: 0644]
bindings/python/notmuch/tag.py [new file with mode: 0644]
bindings/python/notmuch/thread.py [new file with mode: 0644]
bindings/python/setup.py [new file with mode: 0644]
bindings/python/test/notmuch-test [new file with mode: 0755]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/docs [deleted file]
debian/rules [deleted file]
docs/COPYING [deleted file]
docs/Makefile [deleted file]
docs/source/conf.py [deleted file]
docs/source/index.rst [deleted file]
docs/source/notmuch.rst [deleted file]
notmuch.py [deleted file]
notmuch/__init__.py [deleted file]
notmuch/database.py [deleted file]
notmuch/globals.py [deleted file]
notmuch/message.py [deleted file]
notmuch/tag.py [deleted file]
notmuch/thread.py [deleted file]
setup.py [deleted file]
test/notmuch-test [deleted file]