You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/11/22 12:06:21 UTC

[3/6] qpid-proton git commit: changed proton.py from a module into a package

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/master
Commit: 6a78d2f774a287070d12622556d6d5504fdfd581
Parents: 1913040
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Sat Nov 22 05:50:52 2014 -0500
Committer: Rafael Schloming <rh...@alum.mit.edu>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org