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
commit645c51c3191e9025dff4fa9bec5b06e7944ba4cc (patch)
tree327ed5fde3d6d40acd1c87ac4397bee3489ac867 /tests
parent0f3a12e35a1d97b1525793d9a593a310dfc2bc75 (diff)
downloadqpid-python-645c51c3191e9025dff4fa9bec5b06e7944ba4cc.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
#