New features covered.
[mLib-python] / mLib.pyx
index 098ca6b..2a43cbd 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -47,16 +47,30 @@ include 'sym.pyx'
 include 'atom.pyx'
 include 'assoc.pyx'
 
+# --- String utilities ---
+
+include 'str.pyx'
+
 # --- Encodings ---
 
 include 'base64.pyx'
 include 'base32.pyx'
 include 'hex.pyx'
+include 'url.pyx'
 
 # --- Error reporting ---
 
 include 'report.pyx'
 
+# --- File utilities ---
+
+include 'fwatch.pyx'
+include 'fdutils.pyx'
+
+# --- Other useful stuff ---
+
+include 'stuff.pyx'
+
 # --- Buffering ---
 
 include 'lbuf.pyx'