aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-21 17:23:49 -0700
committerCarl Worth <cworth@cworth.org>2010-04-21 17:29:34 -0700
commit3b558de7811a765c3295a58bd53e2156eca0e32e (patch)
tree3367ab027520d8049b92c16bb89aefec52d80805
parent634b4fbe233ee9007d190327df11779fe2113fb8 (diff)
Move everything down into a bindings/python directory.
In preparation for merging the python bindings into the notmuch repository.
-rw-r--r--bindings/python/MANIFEST.in (renamed from MANIFEST.in)0
-rw-r--r--bindings/python/README (renamed from README)0
-rw-r--r--bindings/python/debian/changelog (renamed from debian/changelog)0
-rw-r--r--bindings/python/debian/compat (renamed from debian/compat)0
-rw-r--r--bindings/python/debian/control (renamed from debian/control)0
-rw-r--r--bindings/python/debian/copyright (renamed from debian/copyright)0
-rw-r--r--bindings/python/debian/docs (renamed from debian/docs)0
-rwxr-xr-xbindings/python/debian/rules (renamed from debian/rules)0
-rw-r--r--bindings/python/docs/COPYING (renamed from docs/COPYING)0
-rw-r--r--bindings/python/docs/Makefile (renamed from docs/Makefile)0
-rw-r--r--bindings/python/docs/source/conf.py (renamed from docs/source/conf.py)0
-rw-r--r--bindings/python/docs/source/index.rst (renamed from docs/source/index.rst)0
-rw-r--r--bindings/python/docs/source/notmuch.rst (renamed from docs/source/notmuch.rst)0
-rwxr-xr-xbindings/python/notmuch.py (renamed from notmuch.py)0
-rw-r--r--bindings/python/notmuch/__init__.py (renamed from notmuch/__init__.py)0
-rw-r--r--bindings/python/notmuch/database.py (renamed from notmuch/database.py)0
-rw-r--r--bindings/python/notmuch/globals.py (renamed from notmuch/globals.py)0
-rw-r--r--bindings/python/notmuch/message.py (renamed from notmuch/message.py)0
-rw-r--r--bindings/python/notmuch/tag.py (renamed from notmuch/tag.py)0
-rw-r--r--bindings/python/notmuch/thread.py (renamed from notmuch/thread.py)0
-rw-r--r--bindings/python/setup.py (renamed from setup.py)0
-rwxr-xr-xbindings/python/test/notmuch-test (renamed from test/notmuch-test)0
22 files changed, 0 insertions, 0 deletions
diff --git a/MANIFEST.in b/bindings/python/MANIFEST.in
index c83be4b..c83be4b 100644
--- a/MANIFEST.in
+++ b/bindings/python/MANIFEST.in
diff --git a/README b/bindings/python/README
index cdf9d7a..cdf9d7a 100644
--- a/README
+++ b/bindings/python/README
diff --git a/debian/changelog b/bindings/python/debian/changelog
index 39ac7bb..39ac7bb 100644
--- a/debian/changelog
+++ b/bindings/python/debian/changelog
diff --git a/debian/compat b/bindings/python/debian/compat
index 7f8f011..7f8f011 100644
--- a/debian/compat
+++ b/bindings/python/debian/compat
diff --git a/debian/control b/bindings/python/debian/control
index 5135f1b..5135f1b 100644
--- a/debian/control
+++ b/bindings/python/debian/control
diff --git a/debian/copyright b/bindings/python/debian/copyright
index d762cb9..d762cb9 100644
--- a/debian/copyright
+++ b/bindings/python/debian/copyright
diff --git a/debian/docs b/bindings/python/debian/docs
index e845566..e845566 100644
--- a/debian/docs
+++ b/bindings/python/debian/docs
diff --git a/debian/rules b/bindings/python/debian/rules
index 2d33f6a..2d33f6a 100755
--- a/debian/rules
+++ b/bindings/python/debian/rules
diff --git a/docs/COPYING b/bindings/python/docs/COPYING
index 94a9ed0..94a9ed0 100644
--- a/docs/COPYING
+++ b/bindings/python/docs/COPYING
diff --git a/docs/Makefile b/bindings/python/docs/Makefile
index bd6de38..bd6de38 100644
--- a/docs/Makefile
+++ b/bindings/python/docs/Makefile
diff --git a/docs/source/conf.py b/bindings/python/docs/source/conf.py
index e0ee39c..e0ee39c 100644
--- a/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
diff --git a/docs/source/index.rst b/bindings/python/docs/source/index.rst
index c90492c..c90492c 100644
--- a/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
diff --git a/docs/source/notmuch.rst b/bindings/python/docs/source/notmuch.rst
index 32e1783..32e1783 100644
--- a/docs/source/notmuch.rst
+++ b/bindings/python/docs/source/notmuch.rst
diff --git a/notmuch.py b/bindings/python/notmuch.py
index 8572612..8572612 100755
--- a/notmuch.py
+++ b/bindings/python/notmuch.py
diff --git a/notmuch/__init__.py b/bindings/python/notmuch/__init__.py
index 56a4f2a..56a4f2a 100644
--- a/notmuch/__init__.py
+++ b/bindings/python/notmuch/__init__.py
diff --git a/notmuch/database.py b/bindings/python/notmuch/database.py
index f141c03..f141c03 100644
--- a/notmuch/database.py
+++ b/bindings/python/notmuch/database.py
diff --git a/notmuch/globals.py b/bindings/python/notmuch/globals.py
index 8b0d8d0..8b0d8d0 100644
--- a/notmuch/globals.py
+++ b/bindings/python/notmuch/globals.py
diff --git a/notmuch/message.py b/bindings/python/notmuch/message.py
index 613cc4a..613cc4a 100644
--- a/notmuch/message.py
+++ b/bindings/python/notmuch/message.py
diff --git a/notmuch/tag.py b/bindings/python/notmuch/tag.py
index cf1152a..cf1152a 100644
--- a/notmuch/tag.py
+++ b/bindings/python/notmuch/tag.py
diff --git a/notmuch/thread.py b/bindings/python/notmuch/thread.py
index eebd6cb..eebd6cb 100644
--- a/notmuch/thread.py
+++ b/bindings/python/notmuch/thread.py
diff --git a/setup.py b/bindings/python/setup.py
index 7a4b43f..7a4b43f 100644
--- a/setup.py
+++ b/bindings/python/setup.py
diff --git a/test/notmuch-test b/bindings/python/test/notmuch-test
index 7bc53ec..7bc53ec 100755
--- a/test/notmuch-test
+++ b/bindings/python/test/notmuch-test