Added bytes for python 3

This commit is contained in:
Tim Savage
2014-03-22 11:10:34 +11:00
parent 9b620abb69
commit 36bdd89675

View File

@@ -106,5 +106,6 @@ if six.PY2:
else:
cql_encoders.update({
memoryview: cql_encode_bytes,
bytes: cql_encode_bytes,
type(None): cql_encode_none,
})