debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / mLib.pyx
index 2016173..daa6cd9 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'