Repository: qpid-proton Updated Branches: refs/heads/master ed79dbedd -> 437cbb890
NO-JIRA: fix wrapper.py not included in python install Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/437cbb89 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/437cbb89 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/437cbb89 Branch: refs/heads/master Commit: 437cbb89053e20549c8dde899de8e16aed245b14 Parents: ed79dbe Author: Ken Giusti <[email protected]> Authored: Mon Dec 15 09:58:12 2014 -0500 Committer: Ken Giusti <[email protected]> Committed: Mon Dec 15 09:58:12 2014 -0500 ---------------------------------------------------------------------- proton-c/bindings/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/437cbb89/proton-c/bindings/python/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt index ee660b6..45dce92 100644 --- a/proton-c/bindings/python/CMakeLists.txt +++ b/proton-c/bindings/python/CMakeLists.txt @@ -58,6 +58,7 @@ set (pysrc proton/handlers.py proton/reactors.py proton/utils.py + proton/wrapper.py ) macro (py_compile directory files artifacts) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
