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/PROTON-781-ruby-reactor-apis Commit: 821b4e1e96b0d449a925272e4fad713f9d42485b Parents: 2117b3b Author: Flavio Percoco <flape...@gmail.com> Authored: Tue Jun 16 09:37:16 2015 +0200 Committer: Ken Giusti <kgiu...@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-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org