catacomb/__init__.py: Don't try to convert text strings to `ByteString'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Oct 2019 19:06:31 +0000 (20:06 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit55f0fc7026f9f95101f881768aece40d9c50773b
tree6d44277cb33d14e8c5781c44dcaf4f1e9f10a8c6
parent2a3c9d9a943cda6de14e9dd1f98d37eea2103ffa
catacomb/__init__.py: Don't try to convert text strings to `ByteString'.

This won't work in Python 3, so get used to the idea.

Fortunately, this only matters for the empty string, so use
`ByteString.zero(0)' instead.
catacomb/__init__.py