diff options
| author | Ted Ross <tross@apache.org> | 2010-02-12 18:23:47 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-02-12 18:23:47 +0000 |
| commit | cccafbd87d6a4cf00b3511402075f7a597e3df9e (patch) | |
| tree | 5a9f749dc740b343b0a834e209e77288d60251b4 /cpp/bindings/qmf/python | |
| parent | e83c543e6356e37740edfaf447a427c1b88d81f6 (diff) | |
| download | qpid-python-cccafbd87d6a4cf00b3511402075f7a597e3df9e.tar.gz | |
QPID-2328 - Applied patch from Ian Main
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/python')
| -rw-r--r-- | cpp/bindings/qmf/python/qmf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/python/qmf.py b/cpp/bindings/qmf/python/qmf.py index eec975c50f..e4ab581dfd 100644 --- a/cpp/bindings/qmf/python/qmf.py +++ b/cpp/bindings/qmf/python/qmf.py @@ -242,8 +242,7 @@ class Connection(Thread): def kick(self): - self._sockEngine.send(".") - # self._sockEngine.flush() Not available with python? + self.impl.notify() def add_conn_handler(self, handler): |
