chiark / gitweb /
str: Support mLib's `str' functions.
[mLib-python] / mLib.pyx
index 098ca6bce82a71f55b69589d7f848cc7e8f55d5e..577a6993f7620c703f571d69f0e3976a2bb6edf8 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -47,6 +47,10 @@ include 'sym.pyx'
 include 'atom.pyx'
 include 'assoc.pyx'
 
 include 'atom.pyx'
 include 'assoc.pyx'
 
+# --- String utilities ---
+
+include 'str.pyx'
+
 # --- Encodings ---
 
 include 'base64.pyx'
 # --- Encodings ---
 
 include 'base64.pyx'