@@@ cython and python 3 wip
[mLib-python] / mLib.pyx
index bae8e30..e9e2d7e 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -51,22 +51,22 @@ 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'