diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-28 21:10:07 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-28 21:10:07 +0000 |
| commit | 7b81d62e6dbc82ebdd931b8141a6844e9ee0ed99 (patch) | |
| tree | e6a23e07bd148b45ab0eb3ff4034e118d07c09d6 /qpid/python/qmf2/tests/events.py | |
| parent | 117227c2d909b4813d15d8b355bcd855e8c9f682 (diff) | |
| download | qpid-python-7b81d62e6dbc82ebdd931b8141a6844e9ee0ed99.tar.gz | |
QPID-2261: Rework query impl to use list-based approach
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@904268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/tests/events.py')
| -rw-r--r-- | qpid/python/qmf2/tests/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qmf2/tests/events.py b/qpid/python/qmf2/tests/events.py index 9ee6b6af8d..a621aa0392 100644 --- a/qpid/python/qmf2/tests/events.py +++ b/qpid/python/qmf2/tests/events.py @@ -25,7 +25,7 @@ import qpid.messaging from qpid.harness import Skipped from qmf2.common import (Notifier, SchemaObjectClass, SchemaClassId, SchemaProperty, qmfTypes, SchemaMethod, QmfQuery, - QmfData, QmfQueryPredicate, SchemaEventClass, + QmfData, SchemaEventClass, QmfEvent) import qmf2.console from qmf2.agent import(QmfAgentData, Agent) |
