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/events.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/events.py')
| -rw-r--r-- | python/qmf2/tests/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qmf2/tests/events.py b/python/qmf2/tests/events.py index 25c749cffa..9ee6b6af8d 100644 --- a/python/qmf2/tests/events.py +++ b/python/qmf2/tests/events.py @@ -168,7 +168,7 @@ class BaseTest(unittest.TestCase): except qpid.messaging.ConnectError, e: raise Skipped(e) - self.console.addConnection(self.conn) + self.console.add_connection(self.conn) # find the agents for aname in ["agent1", "agent2"]: |
