summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-05-05 21:00:36 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-05-05 21:00:36 +0000
commitd53115dc1bab8a4e1f1ee4583e8b09f788f04972 (patch)
tree0626767562d6eae2b204f371ea2c1f7b8c58b821 /qpid
parentd6190d5fafb461e6e652f412fe4f7312c7819768 (diff)
downloadqpid-python-d53115dc1bab8a4e1f1ee4583e8b09f788f04972.tar.gz
QMF: remove getName() object method - collides with existing method names
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/extras/qmf/src/py/qmf/console.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/extras/qmf/src/py/qmf/console.py b/qpid/extras/qmf/src/py/qmf/console.py
index 83c3e4468f..6f2afe1413 100644
--- a/qpid/extras/qmf/src/py/qmf/console.py
+++ b/qpid/extras/qmf/src/py/qmf/console.py
@@ -203,10 +203,6 @@ class Object(object):
self._createTime = omap.get("create_ts", 0)
self._deleteTime = omap.get("delete_ts", 0)
- def getName(self):
- """ Return this object's agent-unique name """
- return self.getObjectId().objectName
-
def getAgent(self):
""" Return the agent from which this object was sent """
return self._agent