Re: PMT blobs in Python

Hi Marcus,

pmt.u8vector_elements() did the trick. The result being a long array is
not a problem, I could compare its elements with a list using
assertSequenceEqual().
Thank you,
Peter