You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2015/06/18 22:15:34 UTC

[29/50] [abbrv] qpid-proton git commit: PROTON-895: missing errno import

PROTON-895: missing errno import


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/821b4e1e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/821b4e1e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/821b4e1e

Branch: refs/heads/kgiusti-python3
Commit: 821b4e1e96b0d449a925272e4fad713f9d42485b
Parents: 2117b3b
Author: Flavio Percoco <fl...@gmail.com>
Authored: Tue Jun 16 09:37:16 2015 +0200
Committer: Ken Giusti <kg...@apache.org>
Committed: Tue Jun 16 12:05:46 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/setuputils/misc.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/821b4e1e/proton-c/bindings/python/setuputils/misc.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setuputils/misc.py b/proton-c/bindings/python/setuputils/misc.py
index cf6b97f..3a32165 100644
--- a/proton-c/bindings/python/setuputils/misc.py
+++ b/proton-c/bindings/python/setuputils/misc.py
@@ -12,6 +12,7 @@
 #-----------------------------------------------------------------------------
 
 
+import errno
 import os
 import subprocess
 import sys


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org