chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
codec: Use the correct variable name in the decoder convenience function!
[mLib-python]
/
mLib.pyx
diff --git
a/mLib.pyx
b/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 ---