diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-02-12 23:01:21 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-02-12 23:01:21 +0000 |
| commit | 0061c8278a53627bc7641faeba82e8bb22c70dc6 (patch) | |
| tree | f9d91950bb8ef83210755e99e4e146836a487749 /qpid/python/qmf2/tests/__init__.py | |
| parent | 8618b7e45ba6b0f74b27c68d2bcf94cd57f15758 (diff) | |
| download | qpid-python-0061c8278a53627bc7641faeba82e8bb22c70dc6.tar.gz | |
QPID-2261: add async method call workitems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/tests/__init__.py')
| -rw-r--r-- | qpid/python/qmf2/tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qmf2/tests/__init__.py b/qpid/python/qmf2/tests/__init__.py index 9fabdb9ef5..186f09349e 100644 --- a/qpid/python/qmf2/tests/__init__.py +++ b/qpid/python/qmf2/tests/__init__.py @@ -26,3 +26,4 @@ import obj_gets import events import multi_response import async_query +import async_method |
