diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-26 19:38:05 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-26 19:38:05 +0000 |
| commit | faeceaf81e73b23260d32503bc09e87f6ed2e735 (patch) | |
| tree | 9b89ee4964ad533a77dbf54119eb11e7a8768f9f /python/qmf2/tests/__init__.py | |
| parent | 988872f0eb969a68d53ae303cc0a2aaddd87420f (diff) | |
| download | qpid-python-faeceaf81e73b23260d32503bc09e87f6ed2e735.tar.gz | |
QPID-2261: checkpoint qmfv2 python api
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qmf2/tests/__init__.py')
| -rw-r--r-- | python/qmf2/tests/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/qmf2/tests/__init__.py b/python/qmf2/tests/__init__.py index 2e742b79be..e942c2fbc2 100644 --- a/python/qmf2/tests/__init__.py +++ b/python/qmf2/tests/__init__.py @@ -19,4 +19,8 @@ # under the License. # -import agent_discovery, basic_query, basic_method, obj_gets, events +import agent_discovery +import basic_query +import basic_method +import obj_gets +import events |
