@@@ lbuf needs test
[mLib-python] / mLib.pyx
index bae8e30..fab0f3e 100644 (file)
--- 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.