chiark / gitweb /
debian: Just the one Python version now.
[mLib-python] / mLib.pyx
index 098ca6bce82a71f55b69589d7f848cc7e8f55d5e..61ae890982c7a79e861973a263a1a8aac4ba425a 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 ---