diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-01-25 12:47:16 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-01-25 12:47:16 +0000 |
| commit | 052115c27ded7bfd3722ef29c076788fe5e6aff8 (patch) | |
| tree | 4b0f9b72729199ce86f02bf73d269814233170fc /qpid/python | |
| parent | 35bff1a8ffa0dbad1e0823e23b7fae799a9a0f02 (diff) | |
| download | qpid-python-052115c27ded7bfd3722ef29c076788fe5e6aff8.tar.gz | |
corrected validation again
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@902797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/driver.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/python/qpid/driver.py b/qpid/python/qpid/driver.py index e124cfaaed..c25b0dd67e 100644 --- a/qpid/python/qpid/driver.py +++ b/qpid/python/qpid/driver.py @@ -588,9 +588,8 @@ class Driver: "create": POLICIES, "delete": POLICIES, "assert": POLICIES, - "type": Values("queue", "topic"), "node-properties": Map({ - "type": Types(basestring), + "type": Values("queue", "topic"), "durable": Types(bool), "x-properties": Map({ "type": Types(basestring), |
