diff options
author | lloyd <[email protected]> | 2006-06-03 05:55:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-03 05:55:51 +0000 |
commit | 5d0c13a8bf3da41581101b8fe7805367163f5b0f (patch) | |
tree | 50db10d103b37d108750f4cf8c8aba16d2df6293 | |
parent | 82d6935b37eebc95196fb8e2c5228f6839c92232 (diff) |
Move Boost.Python wrapper from doc/ to misc/
-rw-r--r-- | misc/python/Makefile (renamed from doc/python/Makefile) | 0 | ||||
-rw-r--r-- | misc/python/botan/__init__.py (renamed from doc/python/botan/__init__.py) | 0 | ||||
-rwxr-xr-x | misc/python/mkdeps.py (renamed from doc/python/mkdeps.py) | 0 | ||||
-rw-r--r-- | misc/python/src/base.cpp (renamed from doc/python/src/base.cpp) | 0 | ||||
-rw-r--r-- | misc/python/src/core.cpp (renamed from doc/python/src/core.cpp) | 0 | ||||
-rw-r--r-- | misc/python/src/filter.cpp (renamed from doc/python/src/filter.cpp) | 0 | ||||
-rw-r--r-- | misc/python/src/pipe.cpp (renamed from doc/python/src/pipe.cpp) | 0 | ||||
-rw-r--r-- | misc/python/src/x509.cpp (renamed from doc/python/src/x509.cpp) | 0 | ||||
-rwxr-xr-x | misc/python/test.py (renamed from doc/python/test.py) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/doc/python/Makefile b/misc/python/Makefile index dec00a632..dec00a632 100644 --- a/doc/python/Makefile +++ b/misc/python/Makefile diff --git a/doc/python/botan/__init__.py b/misc/python/botan/__init__.py index e6bd5266a..e6bd5266a 100644 --- a/doc/python/botan/__init__.py +++ b/misc/python/botan/__init__.py diff --git a/doc/python/mkdeps.py b/misc/python/mkdeps.py index 64eafb9dc..64eafb9dc 100755 --- a/doc/python/mkdeps.py +++ b/misc/python/mkdeps.py diff --git a/doc/python/src/base.cpp b/misc/python/src/base.cpp index 33457fe61..33457fe61 100644 --- a/doc/python/src/base.cpp +++ b/misc/python/src/base.cpp diff --git a/doc/python/src/core.cpp b/misc/python/src/core.cpp index 6c8f61c1c..6c8f61c1c 100644 --- a/doc/python/src/core.cpp +++ b/misc/python/src/core.cpp diff --git a/doc/python/src/filter.cpp b/misc/python/src/filter.cpp index 10497f851..10497f851 100644 --- a/doc/python/src/filter.cpp +++ b/misc/python/src/filter.cpp diff --git a/doc/python/src/pipe.cpp b/misc/python/src/pipe.cpp index e586b087f..e586b087f 100644 --- a/doc/python/src/pipe.cpp +++ b/misc/python/src/pipe.cpp diff --git a/doc/python/src/x509.cpp b/misc/python/src/x509.cpp index dc462f48b..dc462f48b 100644 --- a/doc/python/src/x509.cpp +++ b/misc/python/src/x509.cpp diff --git a/doc/python/test.py b/misc/python/test.py index c73cc9369..c73cc9369 100755 --- a/doc/python/test.py +++ b/misc/python/test.py |