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 | 6febb06e1476898cd18d59cc0edf212af3d1efb8 (patch) | |
| tree | 0bd8fc28bd9f4da06f5a375b72c1368609d91ad7 /qpid/cpp/bindings/qmf/python | |
| parent | e088dfec2102b19d1c1e411a15f66f92dcceb9b7 (diff) | |
| download | qpid-python-6febb06e1476898cd18d59cc0edf212af3d1efb8.tar.gz | |
QPID-2328 - Applied patch from Ian Main
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/python')
| -rw-r--r-- | qpid/cpp/bindings/qmf/python/qmf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf/python/qmf.py b/qpid/cpp/bindings/qmf/python/qmf.py index eec975c50f..e4ab581dfd 100644 --- a/qpid/cpp/bindings/qmf/python/qmf.py +++ b/qpid/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): |
