chiark / gitweb /
mdup.pyx: New support for mLib's glorious `mdup' function.
[mLib-python] / mLib.pyx
index 2b25fcdffcdf45802ec8dbcdfa7f54bd69f87513..5b1f5a7b3505fd27634f504db713354233f56104 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -66,6 +66,7 @@ include 'report.pyx'
 
 include 'fwatch.pyx'
 include 'fdutils.pyx'
+include 'mdup.pyx'
 
 # --- Other useful stuff ---