summaryrefslogtreecommitdiff
path: root/qpid/python/qmf2/tests/obj_gets.py
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-01-27 16:36:37 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-01-27 16:36:37 +0000
commitcd739d3ecad88ad28f6891e9e1b119b763b53120 (patch)
tree2d0e930f75949d0ea8020663b4c4a41649d0d7df /qpid/python/qmf2/tests/obj_gets.py
parent3e3a93720e107cee63920b13c7b686e0fdef5f1d (diff)
downloadqpid-python-cd739d3ecad88ad28f6891e9e1b119b763b53120.tar.gz
QPID-2261: make code compliant with Python PEP-8 style
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@903717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/tests/obj_gets.py')
-rw-r--r--qpid/python/qmf2/tests/obj_gets.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/python/qmf2/tests/obj_gets.py b/qpid/python/qmf2/tests/obj_gets.py
index f9be25409f..50d585a718 100644
--- a/qpid/python/qmf2/tests/obj_gets.py
+++ b/qpid/python/qmf2/tests/obj_gets.py
@@ -213,7 +213,7 @@ class BaseTest(unittest.TestCase):
self.broker.user,
self.broker.password)
self.conn.connect()
- self.console.addConnection(self.conn)
+ self.console.add_connection(self.conn)
for agent_app in self.agents:
aname = agent_app.agent.get_name()
@@ -271,7 +271,7 @@ class BaseTest(unittest.TestCase):
self.broker.user,
self.broker.password)
self.conn.connect()
- self.console.addConnection(self.conn)
+ self.console.add_connection(self.conn)
agent_list = []
for agent_app in self.agents:
@@ -343,7 +343,7 @@ class BaseTest(unittest.TestCase):
self.broker.user,
self.broker.password)
self.conn.connect()
- self.console.addConnection(self.conn)
+ self.console.add_connection(self.conn)
agent_list = []
for agent_app in self.agents: