summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-01-25 12:47:16 +0000
committerRafael H. Schloming <rhs@apache.org>2010-01-25 12:47:16 +0000
commitcdee35e16d30c13132a5c6b7ce5f84db2e5fdfd8 (patch)
tree16cfd6c7ccb459cb1c217960f1e0ab1035ac4fed /python
parent7f0869a9a00913f708d1359e54e42dc91f4b127c (diff)
downloadqpid-python-cdee35e16d30c13132a5c6b7ce5f84db2e5fdfd8.tar.gz
corrected validation again
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@902797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/qpid/driver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py
index e124cfaaed..c25b0dd67e 100644
--- a/python/qpid/driver.py
+++ b/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),