diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-09-04 18:24:35 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-09-04 18:24:35 +0000 |
| commit | 61c6150f30f2e940ba69df7b86579cb2a7a8deb0 (patch) | |
| tree | 94c63ffe00074f29dd2f2092d733d6ec3bece0e0 /qpid/python | |
| parent | 99ca3ab95f2234967f2cad6228f99e32af80a505 (diff) | |
| download | qpid-python-61c6150f30f2e940ba69df7b86579cb2a7a8deb0.tar.gz | |
removed duplicate method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@811508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/driver.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/python/qpid/driver.py b/qpid/python/qpid/driver.py index fc6481bece..2e07c82a0d 100644 --- a/qpid/python/qpid/driver.py +++ b/qpid/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: |
