summaryrefslogtreecommitdiff
path: root/python/qpid
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-09-04 18:24:35 +0000
committerRafael H. Schloming <rhs@apache.org>2009-09-04 18:24:35 +0000
commit1e998a8826c79e676103c5127869ec1d230326be (patch)
tree62c1a02371352e280ec7f7a00772c07bb2506ee6 /python/qpid
parent4d9278106eb3a1647ce44bfe680768ce639f6871 (diff)
downloadqpid-python-1e998a8826c79e676103c5127869ec1d230326be.tar.gz
removed duplicate method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid')
-rw-r--r--python/qpid/driver.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py
index fc6481bece..2e07c82a0d 100644
--- a/python/qpid/driver.py
+++ b/python/qpid/driver.py
@@ -78,9 +78,6 @@ class Driver:
self.thread.setDaemon(True)
# XXX: need to figure out how to join on this thread
- def start(self):
- self.thread.start()
-
def wakeup(self):
self._wakeup_cond.acquire()
try: