summaryrefslogtreecommitdiff
path: root/python/qpid/codec010.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/codec010.py')
-rw-r--r--python/qpid/codec010.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/codec010.py b/python/qpid/codec010.py
index 682743df19..d65f8c36f5 100644
--- a/python/qpid/codec010.py
+++ b/python/qpid/codec010.py
@@ -36,6 +36,7 @@ def map_str(s):
class Codec(Packer):
ENCODINGS = {
+ bool: direct("boolean"),
unicode: direct("str16"),
str: map_str,
buffer: direct("vbin32"),