Repository: qpid-proton Updated Branches: refs/heads/master 2117b3b6d -> 821b4e1e9
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/master Commit: 821b4e1e96b0d449a925272e4fad713f9d42485b Parents: 2117b3b Author: Flavio Percoco <[email protected]> Authored: Tue Jun 16 09:37:16 2015 +0200 Committer: Ken Giusti <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
