changed proton.py from a module into a package
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6a78d2f7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6a78d2f7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6a78d2f7 Branch: refs/heads/examples Commit: 6a78d2f774a287070d12622556d6d5504fdfd581 Parents: 1913040 Author: Rafael Schloming <[email protected]> Authored: Sat Nov 22 05:50:52 2014 -0500 Committer: Rafael Schloming <[email protected]> Committed: Sat Nov 22 06:03:01 2014 -0500 ---------------------------------------------------------------------- proton-c/bindings/python/CMakeLists.txt | 2 +- proton-c/bindings/python/proton.py | 3891 ---------------------- proton-c/bindings/python/proton/__init__.py | 3891 ++++++++++++++++++++++ 3 files changed, 3892 insertions(+), 3892 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6a78d2f7/proton-c/bindings/python/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt index 6ab1e67..6be421e 100644 --- a/proton-c/bindings/python/CMakeLists.txt +++ b/proton-c/bindings/python/CMakeLists.txt @@ -53,7 +53,7 @@ if (NOT PYTHON_SITEARCH_PACKAGES) endif() set (pysrc-generated cproton.py) -set (pysrc proton.py) +set (pysrc proton/__init__.py) macro (py_compile directory files) foreach (src_file ${files}) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
