summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-02-15 16:11:30 +0000
committerTed Ross <tross@apache.org>2012-02-15 16:11:30 +0000
commitece911fb6a3b078a9348c70b023403820eddbff7 (patch)
tree327ed5fde3d6d40acd1c87ac4397bee3489ac867 /tests
parentceca332cd78cb9c990c8c67d131970f8015700a2 (diff)
downloadqpid-python-ece911fb6a3b078a9348c70b023403820eddbff7.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/src/py/qpid_tests/broker_0_10/stats.py6
1 files changed, 0 insertions, 6 deletions
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
#