diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-27 16:36:37 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-27 16:36:37 +0000 |
| commit | 1e24432f3f0333890334648d808410fb3e9535cd (patch) | |
| tree | cf6ee8c6cc686acc692f2efced6f36d2d0518997 /python/qmf2/tests/obj_gets.py | |
| parent | a7ff22a37baac189c1f433fe7785bd3a637953b1 (diff) | |
| download | qpid-python-1e24432f3f0333890334648d808410fb3e9535cd.tar.gz | |
QPID-2261: make code compliant with Python PEP-8 style
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qmf2/tests/obj_gets.py')
| -rw-r--r-- | python/qmf2/tests/obj_gets.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/qmf2/tests/obj_gets.py b/python/qmf2/tests/obj_gets.py index f9be25409f..50d585a718 100644 --- a/python/qmf2/tests/obj_gets.py +++ b/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: |
