X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..HEAD:/mLib.pyx diff --git a/mLib.pyx b/mLib.pyx index 6b8b2ea..daa6cd9 100644 --- a/mLib.pyx +++ b/mLib.pyx @@ -23,11 +23,13 @@ ### along with mLib/Python; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -###----- External stuff ----------------------------------------------------- +###-------------------------------------------------------------------------- +### External stuff. include 'defs.pxi' -###----- Various facilities ------------------------------------------------- +###-------------------------------------------------------------------------- +### Various facilities. ## Internal utilities. include 'utils.pyx' @@ -46,6 +48,7 @@ include 'assoc.pyx' include 'str.pyx' ## Encodings. +include 'codec.pyx' include 'base64.pyx' include 'base32.pyx' include 'hex.pyx' @@ -77,7 +80,8 @@ include 'selbuf.pyx' include 'selpk.pyx' include 'ident.pyx' -###----- Set-up stuff ------------------------------------------------------- +###-------------------------------------------------------------------------- +### Set-up stuff. cdef object _tyobj(PyTypeObject *ty): cdef PyObject *obj