You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/04/05 15:20:27 UTC

[qpid-dispatch] branch master updated: NO-JIRA - Fixed missing import

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new f574201  NO-JIRA - Fixed missing import
f574201 is described below

commit f574201c65b06697720a5dcd35085fae0638ae28
Author: Ganesh Murthy <gm...@redhat.com>
AuthorDate: Fri Apr 5 11:20:12 2019 -0400

    NO-JIRA - Fixed missing import
---
 tests/authservice.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/authservice.py.in b/tests/authservice.py.in
index cf22bbb..9ac9fee 100755
--- a/tests/authservice.py.in
+++ b/tests/authservice.py.in
@@ -23,7 +23,7 @@ from __future__ import division
 from __future__ import absolute_import
 from __future__ import print_function
 
-import signal, optparse
+import sys, signal, optparse
 from proton.handlers import MessagingHandler
 from proton.reactor import Container
 from proton import Array, Data, symbol, UNDESCRIBED


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