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 2021/03/04 22:38:03 UTC

[qpid-dispatch] branch master updated: DISPATCH-1974: Minor change to qdstat.in to put back the qpid_dispatch_site import. This helps locate the appropriate python packages

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 da323f0  DISPATCH-1974: Minor change to qdstat.in to put back the qpid_dispatch_site import. This helps locate the appropriate python packages
da323f0 is described below

commit da323f090b5bf4fcdaf1aa317c898fb03d3939c5
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Thu Mar 4 17:37:33 2021 -0500

    DISPATCH-1974: Minor change to qdstat.in to put back the qpid_dispatch_site import. This helps locate the appropriate python packages
---
 tools/qdstat.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/qdstat.in b/tools/qdstat.in
index 68cf26a..10c417e 100755
--- a/tools/qdstat.in
+++ b/tools/qdstat.in
@@ -25,6 +25,7 @@ from __future__ import absolute_import
 from __future__ import print_function
 
 import sys
+import qpid_dispatch_site
 from datetime import datetime
 from time import ctime, strftime, gmtime
 from qpid_dispatch.management.client import Node


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