chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
str: Support new prefix-matching feature in str_match.
[mLib-python]
/
mLib.pyx
diff --git
a/mLib.pyx
b/mLib.pyx
index 577a6993f7620c703f571d69f0e3976a2bb6edf8..61ae890982c7a79e861973a263a1a8aac4ba425a 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 ---