url: Support form-urlencoding functions.
[mLib-python] / mLib.pyx
index 577a699..61ae890 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -56,6 +56,7 @@ include 'str.pyx'
 include 'base64.pyx'
 include 'base32.pyx'
 include 'hex.pyx'
+include 'url.pyx'
 
 # --- Error reporting ---