chiark / gitweb /
codec.pyx: Interface to new codec machinery.
[mLib-python] / mLib.pyx
index 201617368073b4a661b0d327bcee142dd7d57a68..daa6cd971043b4bd304d814312a884fc5d999f70 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -48,6 +48,7 @@ include 'assoc.pyx'
 include 'str.pyx'
 
 ## Encodings.
+include 'codec.pyx'
 include 'base64.pyx'
 include 'base32.pyx'
 include 'hex.pyx'