*.pyx: Replace __new__ with __cinit__ like the program says.
[mLib-python] / mLib.pyx
index 2b25fcd..5b1f5a7 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 ---