diff options
| author | Jonathan Robie <jonathan@apache.org> | 2011-01-05 20:41:37 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2011-01-05 20:41:37 +0000 |
| commit | f014a764fcf9236a776b369721431f4ffac4ac6a (patch) | |
| tree | 7c8d514413486b72de93bb55a42b06aafc737e2f /qpid/tools | |
| parent | 5d18e713195c3dcb5e011d7a9b94a7044ce88aff (diff) | |
| download | qpid-python-f014a764fcf9236a776b369721431f4ffac4ac6a.tar.gz | |
Fixes typo in findById function declaration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1055632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools')
| -rwxr-xr-x | qpid/tools/src/py/qpid-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/py/qpid-config b/qpid/tools/src/py/qpid-config index ebd3f14aa2..27f7d6bbfe 100755 --- a/qpid/tools/src/py/qpid-config +++ b/qpid/tools/src/py/qpid-config @@ -527,7 +527,7 @@ class BrokerManager: key = args[2] self.broker.getAmqpSession().exchange_unbind(queue=qname, exchange=ename, binding_key=key) - def findBId(self, items, id): + def findById(self, items, id): for item in items: if item.getObjectId() == id: return item |
