X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/efb0bf0ea231f3c53c4ac9c68405d511ec582ccb..803869bc2d77e95aade23e04bf110dfef4092b2e:/mLib.pyx diff --git a/mLib.pyx b/mLib.pyx index bae8e30..fab0f3e 100644 --- a/mLib.pyx +++ b/mLib.pyx @@ -51,28 +51,28 @@ include 'atom.pyx' include 'assoc.pyx' ## String utilities. -#include 'str.pyx' +include 'str.pyx' ## Encodings. -#include 'codec.pyx' -#include 'base64.pyx' -#include 'base32.pyx' -#include 'hex.pyx' -#include 'url.pyx' +include 'codec.pyx' +include 'base64.pyx' +include 'base32.pyx' +include 'hex.pyx' +include 'url.pyx' ## Error reporting. -#include 'report.pyx' +include 'report.pyx' ## File utilities. -#include 'fwatch.pyx' -#include 'fdutils.pyx' -#include 'mdup.pyx' +include 'fwatch.pyx' +include 'fdutils.pyx' +include 'mdup.pyx' ## Other useful stuff. -#include 'stuff.pyx' +include 'stuff.pyx' ## Buffering. -#include 'lbuf.pyx' +include 'lbuf.pyx' #include 'pkbuf.pyx' ## Select stuff.