chiark / gitweb /
Update for Python 2.7. This is release 1.0.3.
[mLib-python] / ident.pyx
index 8f143ec23f440b87072bd361ebf08b59a1dddb91..47de397ce6a8daa2150f9ad1d1358d05a4f699d0 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):