Repository: qpid-dispatch Updated Branches: refs/heads/master 417975e17 -> 6a08b9b3e
DISPATCH-1200: system_tests_edge_router needs an import To satisfy python_checker self test Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6a08b9b3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6a08b9b3 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6a08b9b3 Branch: refs/heads/master Commit: 6a08b9b3e90df30837cef5b6ece3a4341faa4d77 Parents: 417975e Author: Chuck Rolke <[email protected]> Authored: Fri Nov 30 11:55:46 2018 -0500 Committer: Chuck Rolke <[email protected]> Committed: Fri Nov 30 11:55:46 2018 -0500 ---------------------------------------------------------------------- tests/system_tests_edge_router.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6a08b9b3/tests/system_tests_edge_router.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_edge_router.py b/tests/system_tests_edge_router.py index 04b9349..bbfcd22 100644 --- a/tests/system_tests_edge_router.py +++ b/tests/system_tests_edge_router.py @@ -36,6 +36,7 @@ from proton.handlers import MessagingHandler from proton.reactor import Container, DynamicNodeProperties from qpid_dispatch.management.client import Node from subprocess import PIPE, STDOUT +import re class AddrTimer(object): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
