url: Support form-urlencoding functions.
[mLib-python] / mLib.pyx
index 098ca6b..61ae890 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -47,11 +47,16 @@ 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 ---