From 645c51c3191e9025dff4fa9bec5b06e7944ba4cc Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 15 Feb 2012 16:11:30 +0000 Subject: NO-JIRA - Removed unneeded python-path manipulation in the stats test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1244562 13f79535-47bb-0310-9956-ffa450edef68 --- tests/src/py/qpid_tests/broker_0_10/stats.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/src/py/qpid_tests/broker_0_10/stats.py b/tests/src/py/qpid_tests/broker_0_10/stats.py index f1f809cf2f..04b84db918 100644 --- a/tests/src/py/qpid_tests/broker_0_10/stats.py +++ b/tests/src/py/qpid_tests/broker_0_10/stats.py @@ -21,12 +21,6 @@ from qpid.messaging import * from qpid.tests.messaging import Base import qmf.console from time import sleep -import os -import sys - -home = os.environ.get("QPID_TOOLS_HOME", os.path.normpath("../../../../tools/src/py")) -sys.path.append(os.path.join(home, "python")) - from qpidtoollibs.broker import BrokerAgent # -- cgit v1.2.1