*.pyx: Replace __new__ with __cinit__ like the program says.
[mLib-python] / ident.pyx
index 8f143ec..47de397 100644 (file)
--- a/ident.pyx
+++ b/ident.pyx
@@ -52,7 +52,7 @@ cdef class SelIdentify:
   cdef _error
   cdef _failed
   cdef _bogus
-  def __new__(me, sk,
+  def __cinit__(me, sk,
               userproc = None, bogusproc = None,
               badproc = None, errorproc = None, failedproc = None,
               *hunoz, **hukairz):